diff --git a/Dockerfile b/Dockerfile index 249a83b..91bcd98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.md b/README.md index 62196c4..c3a41d4 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,4 @@ $ docker pull deblan/devenv * PIP (python3) * build-*essential * SSH and rsync +* Zip