Skip to content

Commit

Permalink
ensure ca-certificates installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed May 5, 2024
1 parent c5af930 commit cb6fe9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@

FROM ubuntu

RUN set -ex \
&& apt-get update \
&& apt-get upgrade --yes \
&& apt-get install ca-certificates --yes \
&& update-ca-certificates \
&& apt-get clean

COPY ["scm-engine", "/usr/local/bin/scm-engine"]

0 comments on commit cb6fe9f

Please sign in to comment.