From e8f339c961b040ef92f8cd294e1c07c3a5ec470d Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sun, 6 Dec 2020 03:11:11 -0500 Subject: [PATCH] add zip to docker images --- Dockerfile | 2 +- Dockerfile.slim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 41de97b4..d805a6f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ LABEL license="https://getbubblenow.com/license" # Install packages RUN apt update -y RUN DEBIAN_FRONTEND=noninteractive apt upgrade -y --no-install-recommends -RUN DEBIAN_FRONTEND=noninteractive apt install openjdk-11-jre-headless postgresql redis-server jq python3 python3-pip curl unzip -y --no-install-recommends +RUN DEBIAN_FRONTEND=noninteractive apt install openjdk-11-jre-headless postgresql redis-server jq python3 python3-pip curl zip unzip -y --no-install-recommends RUN pip3 install setuptools psycopg2-binary ################# diff --git a/Dockerfile.slim b/Dockerfile.slim index 7dd151bb..faaf844e 100644 --- a/Dockerfile.slim +++ b/Dockerfile.slim @@ -18,7 +18,7 @@ LABEL license="https://getbubblenow.com/license" # Install packages RUN apt update -y #RUN DEBIAN_FRONTEND=noninteractive apt upgrade -y --no-install-recommends -RUN DEBIAN_FRONTEND=noninteractive apt install openjdk-11-jre-headless postgresql redis-server jq python3 python3-pip curl unzip -y --no-install-recommends +RUN DEBIAN_FRONTEND=noninteractive apt install openjdk-11-jre-headless postgresql redis-server jq python3 python3-pip curl zip unzip -y --no-install-recommends RUN pip3 install setuptools psycopg2-binary #################