dockerfile: upgrade base OS packages

This commit is contained in:
Jimmy Zelinskie 2017-02-22 11:48:11 -05:00
parent a32d329b17
commit cc56ce79a8

View file

@ -10,7 +10,7 @@ ENV HOME /root
RUN add-apt-repository ppa:nginx/development
# Install system packages
RUN apt-get update # 31JAN2017
RUN apt-get update && apt-get upgrade # 22FEB2017
RUN apt-get install -y \
g++ \
gdb \