We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f030e0 commit ba47d40Copy full SHA for ba47d40
Dockerfile
@@ -2,7 +2,7 @@ FROM php:8.1.0-apache
2
COPY php.ini "$PHP_INI_DIR/php.ini"
3
COPY apache2.conf /etc/apache2
4
COPY openssl.cnf /etc/ssl/openssl.cnf
5
-LABEL maintainer Andreas Thuen <andreas.thuen@evry.com>
+LABEL maintainer Mats Gundersen <mats.gundersen@tietoevry.com>
6
RUN apt-get update -y && apt-get install -y \
7
nano \
8
zlib1g-dev \
0 commit comments