Skip to content

Commit

Permalink
Try apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdcha committed Oct 23, 2015
1 parent 513faeb commit a34136a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN conda install pip statsmodels seaborn python-dateutil nltk spacy dask -y -q
# Install OpenCV-3 with Python support
# We build libpng 1.6.17 from source because the apt-get version is too out of
# date for OpenCV-3.
RUN apt-get -y install cmake imagemagick && \
RUN apt-get update && apt-get -y install cmake imagemagick && \
apt-get -y install libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev && \
apt-get -y install libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev && \
cd /usr/local/src && wget https://downloads.sourceforge.net/libpng/libpng-1.6.17.tar.xz && \
Expand Down

0 comments on commit a34136a

Please sign in to comment.