docker do not upgrade packages

This commit is contained in:
Jaromil 2018-09-25 16:09:34 +02:00
parent 2734a02668
commit a13201c11e
1 changed files with 3 additions and 1 deletions

View File

@ -44,8 +44,10 @@ RUN apt-key add nodesource.gpg.key
RUN echo "deb https://deb.nodesource.com/node_8.x $debian main" \
>> /etc/apt/sources.list
# && apt-get -yy update && apt-get -yy upgrade \
RUN mkdir -p /usr/share/man/man1/ \
&& apt-get -yy update && apt-get -yy upgrade \
&& apt-get -yy update \
&& apt-get -yy install tor deb.torproject.org-keyring \
supervisor daemontools \
tmux curl redis-tools redis-server net-tools \