Skip to content

Commit

Permalink
Merge pull request #3 from Voronenko/fix-https
Browse files Browse the repository at this point in the history
Fix https - added root certificates to image
  • Loading branch information
rb3ckers authored Jun 5, 2019
2 parents 20eefb6 + 2a2df7e commit 9a88a45
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 @@ -3,7 +3,7 @@ FROM debian:stretch
RUN apt-get update && apt-get install -y ca-certificates

ADD ./init.sh /init
RUN chmod +x /init
RUN chmod +x /init && apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*

ADD build/trafficmirror /trafficmirror

Expand Down

0 comments on commit 9a88a45

Please sign in to comment.