Bust apt cache to hopefully fix some high-level vulns

This commit is contained in:
Joseph Schorr 2017-01-31 18:20:26 -05:00
parent 1b6f30cd98
commit c7353670c5

View file

@ -10,7 +10,7 @@ ENV HOME /root
RUN add-apt-repository ppa:nginx/development
# Install system packages
RUN apt-get update # 07DEC2016
RUN apt-get update # 31JAN2017
RUN apt-get install -y \
g++ \
gdb \