This commit is contained in:
Simon Vieille 2021-11-03 14:49:11 +01:00
parent e184f97094
commit 3a6a221fca
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM debian:buster-slim
RUN apt-get update \
&& apt-get install -y build-essential apt-transport-https lsb-release ca-certificates curl wget python3-pip rsync openssh-client \
&& apt-get install -y build-essential apt-transport-https lsb-release ca-certificates curl wget python3-pip rsync openssh-client zip \
&& wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg \
&& sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list' \
&& apt-get update \

View File

@ -15,3 +15,4 @@ $ docker pull deblan/devenv
* PIP (python3)
* build-*essential
* SSH and rsync
* Zip