Merge pull request #2136 from coreos-inc/apt-update
Bust apt cache 17NOV2016
This commit is contained in:
commit
848a3d4cc3
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Reference in a new issue