Skip to content

Commit b83c520

Browse files
committed
Update Dockerfile
1 parent 562fd8b commit b83c520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ RUN pkg \
363363
RUN install -D protoc-gen-ts /out/usr/bin/protoc-gen-ts
364364

365365
FROM sbtscala/scala-sbt:${SCALA_SBT_IMAGE_VERSION} as protoc_gen_scala
366+
USER root
366367
RUN mkdir -p /scala-protobuf
367368
ARG PROTOC_GEN_SCALA_VERSION
368369
RUN curl -sSL https://api.github.com/repos/scalapb/ScalaPB/tarball/${PROTOC_GEN_SCALA_VERSION} | tar xz --strip 1 -C /scala-protobuf

0 commit comments

Comments
 (0)