Don't remove git
This commit is contained in:
parent
7ffda3b2a5
commit
4339719eca
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ RUN docker-php-ext-install pdo_mysql
|
|||
RUN apt update && apt install -y git
|
||||
RUN git clone --depth 1 --branch master https://github.com/cvolton/gmdprivateserver /gdps
|
||||
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 chmod 774 /gdps/data -R
|
||||
RUN cp -r /etc/apache2/mods-available /tmp/mods
|
||||
|
|
Loading…
Reference in a new issue