Skip to content

Commit d5bf929

Browse files
authored
Update scripts/docker_files/docker_file_ci_ubuntu_22_04/DockerFile
1 parent cbcec9f commit d5bf929

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • scripts/docker_files/docker_file_ci_ubuntu_22_04

scripts/docker_files/docker_file_ci_ubuntu_22_04/DockerFile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ RUN git clone https://github.com/MmgTools/ParMmg /tmp/ParMmg_5ffc6ad && \
8080
cd /
8181

8282
# 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 && \
83+
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 && \
8485
tar -C /workspace/boost -xzf /workspace/boost/boost_1_87_0.tar.gz && \
8586
rm /workspace/boost/boost_1_87_0.tar.gz
8687

0 commit comments

Comments
 (0)