Bust apt cache 17NOV2016

This commit is contained in:
Brad Ison 2016-11-17 10:43:53 -08:00
parent e3dc60f6eb
commit f9c6602ef6

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 \