first commit

This commit is contained in:
J Ziemke 2019-12-05 10:32:03 +00:00
commit 8e2b3dcc5d
1 changed files with 10 additions and 0 deletions

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM alpine:latest
MAINTAINER Harm Vos <p.h.vos@rug.nl>
RUN apk update && apk add --no-cache apache2 apache2-utils php7-apache2 php7-pdo_mysql php7-xml php7-mysqli php7 php7-cgi php7-gd php7-mcrypt php7-json php7-zlib php7-xml php7-pdo
RUN echo "Hello"
CMD ["/usr/sbin/httpd", "-D", "FOREGROUND"]