Skip to content

Commit

Permalink
ci: use root (#617)
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
(cherry picked from commit 276ab61)
  • Loading branch information
nodece committed Feb 21, 2022
1 parent a6d2ed1 commit 6051078
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/test-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ARG PULSAR_VERSION
FROM streamnative/pulsar-all:$PULSAR_VERSION

# use root user
USER root

# install golang
ENV GOLANG_VERSION 1.13.3
RUN curl -sSL https://storage.googleapis.com/golang/go$GOLANG_VERSION.linux-amd64.tar.gz \
Expand Down

0 comments on commit 6051078

Please sign in to comment.