first commit
This commit is contained in:
commit
8e2b3dcc5d
10
Dockerfile
Normal file
10
Dockerfile
Normal 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"]
|
Loading…
Reference in New Issue
Block a user