Don't remove git

This commit is contained in:
magmaus3 2023-05-14 19:37:23 +02:00
parent 7ffda3b2a5
commit 4339719eca
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251

View file

@ -4,7 +4,7 @@ RUN docker-php-ext-install pdo_mysql
RUN apt update && apt install -y git RUN apt update && apt install -y git
RUN git clone --depth 1 --branch master https://github.com/cvolton/gmdprivateserver /gdps RUN git clone --depth 1 --branch master https://github.com/cvolton/gmdprivateserver /gdps
COPY config/ /gdps/config COPY config/ /gdps/config
RUN apt purge -y git && apt autoremove -y RUN apt autoremove -y
RUN chown -R www-data:www-data /gdps/data RUN chown -R www-data:www-data /gdps/data
RUN chmod 774 /gdps/data -R RUN chmod 774 /gdps/data -R
RUN cp -r /etc/apache2/mods-available /tmp/mods RUN cp -r /etc/apache2/mods-available /tmp/mods