Fixed typo in dockerfile
This commit is contained in:
parent
06eb6612ac
commit
51e7b34965
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN add-apt-repository ppa:jonathonf/gcc-7.1 && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN wget https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.gz \
|
RUN wget https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.gz \
|
||||||
&& tar xfz oost_1_66_0.tar.gz \
|
&& tar xfz boost_1_66_0.tar.gz \
|
||||||
&& rm boost_1_66_0.tar.gz \
|
&& rm boost_1_66_0.tar.gz \
|
||||||
&& cd boost_1_66_0 \
|
&& cd boost_1_66_0 \
|
||||||
&& ./bootstrap.sh \
|
&& ./bootstrap.sh \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue