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 b83c520 commit 9d33829Copy full SHA for 9d33829
Dockerfile
@@ -363,7 +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
+RUN apt install ca-certificates
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