From 3a6a221fca7483d77a443f8ed22380686bce0e54 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 3 Nov 2021 14:49:11 +0100 Subject: [PATCH] add zip --- Dockerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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