Added missing auto-yes flag for apt-get upgrade
This commit is contained in:
parent
3ffa30a9e5
commit
746125c291
@ -1,7 +1,7 @@
|
||||
FROM httpd
|
||||
COPY init.sh /init.sh
|
||||
RUN apt-get update && \
|
||||
apt-get upgrade && \
|
||||
apt-get -y upgrade && \
|
||||
apt-get -y install curl p7zip-full
|
||||
WORKDIR /usr/local/apache2/htdocs/
|
||||
RUN mkdir download
|
||||
|
||||
Loading…
Reference in New Issue
Block a user