Update Dockerfile

This commit is contained in:
Stefan Pejcic 2024-05-10 06:45:41 +02:00 committed by GitHub
parent 83eca26840
commit e0c9b69572
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,3 @@
FROM ubuntu:latest
LABEL maintainer="stefan@pejcic.rs"
@ -54,6 +53,8 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
########## PHP Composer ##########
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
########## MySQL ##########
COPY mysqld.cnf /etc/mysql/mysql.conf.d/