Skip to content

Commit

Permalink
move boost root
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed May 1, 2024
1 parent abb0486 commit 5a88668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ngen-deps
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ RUN pip3 install --upgrade pip \
# Also set up boost here, since we copied the download but only just installed bzip2 to work with it \
&& cd ${BOOST_ROOT} \
&& tar -xjf boost_${BOOST_VERSION//./_}.tar.bz2 \
&& mv boost_${BOOST_VERSION//./_} boost \
&& mv boost_${BOOST_VERSION//./_} ${BOOST_ROOT} \
&& rm boost_${BOOST_VERSION//./_}.tar.bz2 \
&& rm -rf /tmp/ngen-deps

Expand Down

0 comments on commit 5a88668

Please sign in to comment.