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

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

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