소스 검색

also installing zip and unzip. issue #75

master
Kristian Haugene 8 년 전
부모
커밋
5859bd3d68
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile 파일 보기

@@ -15,7 +15,7 @@ RUN apt-get update \
&& add-apt-repository ppa:transmissionbt/ppa \
&& apt-get update \
&& apt-get install -y transmission-cli transmission-common transmission-daemon \
&& apt-get install -y openvpn curl rar unrar \
&& apt-get install -y openvpn curl rar unrar zip unzip \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& curl -L https://github.com/jwilder/dockerize/releases/download/v0.0.2/dockerize-linux-amd64-v0.0.2.tar.gz | tar -C /usr/local/bin -xzv


Loading…
취소
저장