File tree Expand file tree Collapse file tree
docker_file_ci_ubuntu_20_04
docker_file_ci_ubuntu_22_04 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ RUN apt-get update -y && apt-get upgrade -y && \
7676 apt-get -y autoremove && \
7777 apt-get clean
7878
79- # Install Boost (form zip)
80- RUN wget -P /workspace/boost https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.gz &&\
81- tar -C /workspace/boost -xzf /workspace/boost/boost_1_87_0.tar.gz && \
82- rm /workspace/boost/boost_1_87_0.tar.gz
79+ # Install Boost (form zip)
80+ RUN wget -P /workspace/boost https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.gz &&\
81+ tar -C /workspace/boost -xzf /workspace/boost/boost_1_87_0.tar.gz && \
82+ rm /workspace/boost/boost_1_87_0.tar.gz
8383
8484CMD [ "/bin/bash" ]
8585
Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ RUN apt-get update -y && apt-get upgrade -y && \
8080 apt-get -y autoremove && \
8181 apt-get clean
8282
83- # Install Boost (form zip)
84- RUN wget -P /workspace/boost https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.gz && \
85- tar -C /workspace/boost -xzf /workspace/boost/boost_1_87_0.tar.gz && \
86- rm /workspace/boost/boost_1_87_0.tar.gz
83+ # Install Boost (form zip)
84+ RUN wget -P /workspace/boost https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.gz && \
85+ tar -C /workspace/boost -xzf /workspace/boost/boost_1_87_0.tar.gz && \
86+ rm /workspace/boost/boost_1_87_0.tar.gz
8787
8888
8989CMD [ "/bin/bash" ]
You can’t perform that action at this time.
0 commit comments