Skip to content

Commit

Permalink
Update Dockerfile (#1730)
Browse files Browse the repository at this point in the history
Issue: build process failed because of packages no longer available.

  Package update:
    wget: 1.17.1-1ubuntu1.1 => 1.17.1-1ubuntu1.3
    subversion: 1.9.3-2ubuntu1 => 1.9.3-2ubuntu1.1
  • Loading branch information
rbahumi authored and menshikh-iv committed Nov 21, 2017
1 parent 46f7b69 commit 6a21ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN apt-get update \
python-pip=8.1.1-2ubuntu0.4 \
python-setuptools=20.7.0-1 \
unzip=6.0-20ubuntu1 \
wget=1.17.1-1ubuntu1.1 \
subversion=1.9.3-2ubuntu1 \
wget=1.17.1-1ubuntu1.3 \
subversion=1.9.3-2ubuntu1.1 \
locales=2.23-0ubuntu9 \
libopenblas-dev=0.2.18-1ubuntu1 \
libboost-program-options-dev=1.58.0.1ubuntu1 \
Expand Down

0 comments on commit 6a21ddd

Please sign in to comment.