mirror of
https://github.com/macintoshplus/php.git
synced 2026-03-25 17:32:05 +01:00
16 lines
324 B
Docker
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
|