We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcec9f commit d5bf929Copy full SHA for d5bf929
1 file changed
scripts/docker_files/docker_file_ci_ubuntu_22_04/DockerFile
@@ -80,7 +80,8 @@ RUN git clone https://github.com/MmgTools/ParMmg /tmp/ParMmg_5ffc6ad && \
80
cd /
81
82
# Install Boost (form zip)
83
-RUN wget -P /workspace/boost https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.gz && \
+RUN mkdir -p /workspace/boost && \
84
+ 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
87
0 commit comments