We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562fd8b commit b83c520Copy full SHA for b83c520
Dockerfile
@@ -363,6 +363,7 @@ RUN pkg \
363
RUN install -D protoc-gen-ts /out/usr/bin/protoc-gen-ts
364
365
FROM sbtscala/scala-sbt:${SCALA_SBT_IMAGE_VERSION} as protoc_gen_scala
366
+USER root
367
RUN mkdir -p /scala-protobuf
368
ARG PROTOC_GEN_SCALA_VERSION
369
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