Upgraded to buster. Added backports.
This commit is contained in:
parent
9ad42c932c
commit
4f296c2549
@ -1,7 +1,8 @@
|
|||||||
FROM debian:jessie
|
FROM debian:buster
|
||||||
MAINTAINER yohan <783b8c87@scimetis.net>
|
MAINTAINER yohan <783b8c87@scimetis.net>
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get update && apt-get -y install php5-fpm php5-gd php5-mysql
|
RUN echo "deb http://deb.debian.org/debian buster-backports main contrib non-free" >> /etc/apt/sources.list
|
||||||
|
RUN apt update && apt -y install php5-fpm php5-gd php5-mysql
|
||||||
COPY php-fpm.conf /etc/php5/fpm/
|
COPY php-fpm.conf /etc/php5/fpm/
|
||||||
ENTRYPOINT ["/usr/sbin/php5-fpm", "-F", "--force-stderr", "--fpm-config", "/etc/php5/fpm/php-fpm.conf"]
|
ENTRYPOINT ["/usr/sbin/php5-fpm", "-F", "--force-stderr", "--fpm-config", "/etc/php5/fpm/php-fpm.conf"]
|
||||||
#ENTRYPOINT ["/bin/bash"]
|
#ENTRYPOINT ["/bin/bash"]
|
||||||
|
Loading…
Reference in New Issue
Block a user