Skip to content

Commit

Permalink
install gomplate for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yjst2012 committed Jul 6, 2023
1 parent 864b429 commit 8db1915
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM registry.access.redhat.com/ubi8/go-toolset:1.18.4

USER root
RUN mkdir -p /root/go/src/github.com/Azure/ARO-RP
RUN mkdir -p /root/go/src/github.com/Azure/ARO-RP && \
dnf install -y gomplate

WORKDIR /root/go/src/github.com/Azure/ARO-RP
ENV GOPATH=/root/go

Expand Down

0 comments on commit 8db1915

Please sign in to comment.