소스 검색

scrap base apps updates, cached layers issues

sparklyballs 9 년 전
부모
커밋
027e7bdf84
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -13,7 +13,6 @@ RUN locale-gen en_US.UTF-8
 # update apt and install dependencies
 RUN add-apt-repository ppa:kirillshkrogalev/ffmpeg-next && \
 apt-get update && \
-apt-get --only-upgrade install $BASE_APTLIST -qy && \
 apt-get install \
 $APTLIST -qy && \