Pārlūkot izejas kodu

add zip to docker images

tags/v1.5.2
Jonathan Cobb pirms 4 gadiem
vecāks
revīzija
e8f339c961
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +1
    -1
      Dockerfile
  2. +1
    -1
      Dockerfile.slim

+ 1
- 1
Dockerfile Parādīt failu

@@ -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 Parādīt failu

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

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


Notiek ielāde…
Atcelt
Saglabāt