Merge pull request #2222 from coreos-inc/bust-apt-cache

Bust apt cache
This commit is contained in:
josephschorr 2016-12-07 18:10:26 -05:00 committed by GitHub
commit 34f2ddce87

View file

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