Merge pull request #2136 from coreos-inc/apt-update

Bust apt cache 17NOV2016
This commit is contained in:
Brad Ison 2016-11-17 10:44:48 -08:00 committed by GitHub
commit 848a3d4cc3

View file

@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV HOME /root
# Install system packages
RUN apt-get update # 02NOV2016
RUN apt-get update # 17NOV2016
RUN apt-get install -y \
g++ \
gdb \