Bust apt cache

This commit is contained in:
Joseph Schorr 2016-12-07 18:09:33 -05:00
parent 410b9d74fc
commit 1fdca26632

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 \