debian:jessie removed lock file

This commit is contained in:
Andy 2017-10-04 17:50:14 +02:00
parent 168e65b3ff
commit 9009e66f93

View File

@ -11,7 +11,6 @@ ENV DEBIAN_FRONTEND noninteractive
RUN echo "deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam" > /etc/apt/sources.list.d/tmp-steam.list
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0xF24AEA9FB05498B7
RUN dpkg --add-architecture i386
RUN apt-get clean
RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get -y dist-upgrade