dockerfile: -y for apt-get upgrade
This commit is contained in:
parent
cc56ce79a8
commit
4538d11c95
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ ENV HOME /root
|
||||||
RUN add-apt-repository ppa:nginx/development
|
RUN add-apt-repository ppa:nginx/development
|
||||||
|
|
||||||
# Install system packages
|
# Install system packages
|
||||||
RUN apt-get update && apt-get upgrade # 22FEB2017
|
RUN apt-get update && apt-get upgrade -y # 22FEB2017
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
g++ \
|
g++ \
|
||||||
gdb \
|
gdb \
|
||||||
|
|
Reference in a new issue