Skip to content

Commit

Permalink
Update file Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kirchhof committed Jul 4, 2023
1 parent 2dc345b commit 3625f89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/mtcmakedds/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM debian:buster

RUN echo "cacert = /root/cacert.pem" >> /root/.curlrc \
&& curl -k -L https://curl.se/ca/cacert.pem -o /root/cacert.pem

RUN apt-get update && apt-get install -y \
git \
g++ \
Expand All @@ -25,6 +22,9 @@ RUN apt-get update && apt-get install -y \
perl-base \
perl-modules

RUN echo "cacert = /root/cacert.pem" >> /root/.curlrc \
&& curl -k -L https://curl.se/ca/cacert.pem -o /root/cacert.pem

RUN apt-get install --reinstall ca-certificates

# Switch into our working directory for building NNG
Expand Down

0 comments on commit 3625f89

Please sign in to comment.