소스 검색

Update 'Dockerfile'

snppla 2 주 전
부모
커밋
e4a9026ab7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ FROM docker.snppla.net/snppla/openvpn:1.0
 EXPOSE 58846
 
 RUN apt-get update && \
-    apt-get install -y --no-install-recommends \
+    apt-get install -y \
         software-properties-common \
         python3-pip \
         python3-setuptools \