Skip to content

Commit

Permalink
Fix python in urlgrabber-ext-down (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegecko authored Dec 10, 2022
1 parent 4b8968f commit 61db648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions centos7-devtoolset7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN groupadd -g 1000 node && useradd -g 1000 -u 1000 -m node && \
curl -fsSL https://rpm.nodesource.com/setup_lts.x | bash - && \
yum install -y make nodejs python3 && \
sed -i 's/#!\/usr\/bin\/python/#!\/usr\/bin\/python2/' /usr/bin/yum && \
sed -i 's/#! \/usr\/bin\/python/#! \/usr\/bin\/python2/' /usr/libexec/urlgrabber-ext-down && \
ln -sf python3 /usr/bin/python && \
yum clean all && \
rm -rf /var/cache/yum && \
Expand Down

0 comments on commit 61db648

Please sign in to comment.