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