Bläddra i källkod

add zip to docker images

tags/v1.5.2
Jonathan Cobb 4 år sedan
förälder
incheckning
e8f339c961
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. +1
    -1
      Dockerfile
  2. +1
    -1
      Dockerfile.slim

+ 1
- 1
Dockerfile Visa fil

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

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

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


Laddar…
Avbryt
Spara