Skip to content

Commit 9d33829

Browse files
committed
apt install ca-certificates
1 parent b83c520 commit 9d33829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +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
366+
RUN apt install ca-certificates
367367
RUN mkdir -p /scala-protobuf
368368
ARG PROTOC_GEN_SCALA_VERSION
369369
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)