Quellcode durchsuchen

add zip to docker images

tags/v1.5.2
Jonathan Cobb vor 3 Jahren
Ursprung
Commit
e8f339c961
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +1
    -1
      Dockerfile
  2. +1
    -1
      Dockerfile.slim

+ 1
- 1
Dockerfile Datei anzeigen

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

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

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


Laden…
Abbrechen
Speichern