Upgrade Debian version to bullseye.

This commit is contained in:
yohan-b 2024-04-06 14:03:04 +02:00 committed by GitHub
parent f533a39b96
commit 3c861d4e9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:bullseye
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 apt-get update && apt-get -y install php5-fpm php5-gd php5-mysql