Skip to content

Commit

Permalink
apt install ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
blinktag committed Feb 7, 2024
1 parent b83c520 commit 9d33829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ RUN pkg \
RUN install -D protoc-gen-ts /out/usr/bin/protoc-gen-ts

FROM sbtscala/scala-sbt:${SCALA_SBT_IMAGE_VERSION} as protoc_gen_scala
USER root
RUN apt install ca-certificates
RUN mkdir -p /scala-protobuf
ARG PROTOC_GEN_SCALA_VERSION
RUN curl -sSL https://api.github.com/repos/scalapb/ScalaPB/tarball/${PROTOC_GEN_SCALA_VERSION} | tar xz --strip 1 -C /scala-protobuf
Expand Down

0 comments on commit 9d33829

Please sign in to comment.