Update Dockerfile

This commit is contained in:
arubacao 2018-02-03 19:00:38 +01:00 committed by androm3da
commit a89a95bb39

View file

@ -2,7 +2,7 @@ FROM ubuntu:16.04
ENV BOOST_BASENAME=boost_1_66_0 \
BOOST_ROOT=/tmp/boost_install \
BOOST_URL=http://sourceforge.net/projects/boost/files/boost/1.66.0/boost_1_66_0.tar.gz/download
BOOST_URL=https://sourceforge.net/projects/boost/files/boost/1.66.0/boost_1_66_0.tar.gz/download
RUN apt-get update && apt-get install -yq \
build-essential \