Skip to content

Commit

Permalink
Add fixed deb-packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
urpylka committed Sep 13, 2018
1 parent 9b56477 commit b239fc0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ ENV DEBIAN_FRONTEND noninteractive
# Update APT repository & install packages
RUN apt-get -q update \
&& apt-get -y install \
aptly \
aptly=0.9.6-1 \
bzip2 \
gnupg \
gpgv \
graphviz \
supervisor \
nginx \
gnupg=1.4.20-1ubuntu3.3 \
gpgv=1.4.20-1ubuntu3.3 \
graphviz=2.38.0-12ubuntu2.1 \
supervisor=3.2.0-2ubuntu0.2 \
nginx=1.10.3-0ubuntu0.16.04.2 \
wget \
xz-utils \
xz-utils=5.1.1alpha+20120614-2ubuntu2 \
apt-utils \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit b239fc0

Please sign in to comment.