Skip to content

Commit ba47d40

Browse files
authored
Update Dockerfile
1 parent 1f030e0 commit ba47d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM php:8.1.0-apache
22
COPY php.ini "$PHP_INI_DIR/php.ini"
33
COPY apache2.conf /etc/apache2
44
COPY openssl.cnf /etc/ssl/openssl.cnf
5-
LABEL maintainer Andreas Thuen <andreas.thuen@evry.com>
5+
LABEL maintainer Mats Gundersen <mats.gundersen@tietoevry.com>
66
RUN apt-get update -y && apt-get install -y \
77
nano \
88
zlib1g-dev \

0 commit comments

Comments
 (0)