소스 검색

add zip to docker images

tags/v1.5.2
Jonathan Cobb 3 년 전
부모
커밋
e8f339c961
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      Dockerfile
  2. +1
    -1
      Dockerfile.slim

+ 1
- 1
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

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


+ 1
- 1
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

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


불러오는 중...
취소
저장