Files
php/Dockerfile
Jean-Baptiste Nahan 36795d7407 Update Dockerfile
2019-11-20 13:41:53 +01:00

16 lines
324 B
Docker

##
# Jb Nahan Base container
##
FROM debian:stable
MAINTAINER Jean-Baptiste Nahan <814683+macintoshplus@users.noreply.github.com>
ENV DEBIAN_FRONTEND noninteractive
# Add Source List
COPY certs/ /root/
COPY install.sh /root/install.sh
RUN chmod +x /root/install.sh
RUN /root/install.sh