We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7e3ce commit 61741f6Copy full SHA for 61741f6
1 file changed
shared/boost/Dockerfile
@@ -23,9 +23,6 @@ RUN <<EOF
23
microdnf install gcc gcc-c++ make perl python3 tar bzip2 xz
24
microdnf clean all
25
26
-EOF
27
-RUN <<EOF
28
-
29
BOOST_UNDERSCORE="$(echo "${BOOST_VERSION}" | tr '.' '_')"
30
BOOST_TARBALL="boost_${BOOST_UNDERSCORE}.tar.bz2"
31
# See .scripts/upload_new_boost_version.sh for how this artifact got there.
0 commit comments