Parcourir la source

add zip to docker images

tags/v1.5.2
Jonathan Cobb il y a 3 ans
Parent
révision
e8f339c961
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      Dockerfile
  2. +1
    -1
      Dockerfile.slim

+ 1
- 1
Dockerfile Voir le fichier

@@ -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

#################


+ 1
- 1
Dockerfile.slim Voir le fichier

@@ -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

#################


Chargement…
Annuler
Enregistrer