Update 'Sources/Dockerfile'
continuous-integration/drone/push Build is failing Details

pull/79/head
Félix MIELCAREK 3 years ago
parent a8b028c1e0
commit e7dea64f05

@ -1,7 +1,7 @@
FROM plugins/docker FROM plugins/docker
RUN apt update RUN apk update
RUN apt install y apache2 RUN apk install y apache2
RUN apt install y apache2-utils RUN apk install y apache2-utils
RUN apt clean RUN apk clean
EXPOSE 80 EXPOSE 80
CMD [apache2ctl, -D, FOREGROUND] CMD [apache2ctl, -D, FOREGROUND]
Loading…
Cancel
Save