mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update Dockerfile
This commit is contained in:
parent
83eca26840
commit
e0c9b69572
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
|
|
||||||
LABEL maintainer="stefan@pejcic.rs"
|
LABEL maintainer="stefan@pejcic.rs"
|
||||||
@ -54,6 +53,8 @@ RUN apt-get update && \
|
|||||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
|
|
||||||
|
########## PHP Composer ##########
|
||||||
|
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
|
||||||
|
|
||||||
########## MySQL ##########
|
########## MySQL ##########
|
||||||
COPY mysqld.cnf /etc/mysql/mysql.conf.d/
|
COPY mysqld.cnf /etc/mysql/mysql.conf.d/
|
||||||
|
Loading…
Reference in New Issue
Block a user