Skip to content

Commit

Permalink
mongodb dockerfile update to resolve possible certificates issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sqshq committed Sep 15, 2018
1 parent 5c2880d commit cca0642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ADD ./dump /

RUN \
chmod +x /init.sh && \
apt-get update && apt-get dist-upgrade -y && \
apt-get update && apt-get dist-upgrade -y --force-yes && \
apt-get install psmisc -y -q && \
apt-get autoremove -y && apt-get clean && \
rm -rf /var/cache/* && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit cca0642

Please sign in to comment.