Browse Source

scrap base apps updates, cached layers issues

sparklyballs 9 years ago
parent
commit
027e7bdf84
1 changed files with 0 additions and 1 deletions
  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 && \