Skip to content

Commit 61741f6

Browse files
committed
Fix leftover EOF
1 parent 1d7e3ce commit 61741f6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

shared/boost/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ RUN <<EOF
2323
microdnf install gcc gcc-c++ make perl python3 tar bzip2 xz
2424
microdnf clean all
2525

26-
EOF
27-
RUN <<EOF
28-
2926
BOOST_UNDERSCORE="$(echo "${BOOST_VERSION}" | tr '.' '_')"
3027
BOOST_TARBALL="boost_${BOOST_UNDERSCORE}.tar.bz2"
3128
# See .scripts/upload_new_boost_version.sh for how this artifact got there.

0 commit comments

Comments
 (0)