Merge pull request #2324 from coreos-inc/bust-cache

Bust apt cache to hopefully fix some high-level vulns
This commit is contained in:
josephschorr 2017-01-31 18:21:16 -05:00 committed by GitHub
commit 14093d41ee

View file

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