Skip to content

Commit

Permalink
remove now unneeded Python 3 shebang trick
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Aug 11, 2019
1 parent 2f9b536 commit 09da83e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/Dockerfile_alpine_wxgui
Expand Up @@ -184,11 +184,6 @@ RUN echo "Install main packages";\
tar xfz grass-$GRASS_VERSION.git_src_snapshot_latest.tar.gz --strip=1 -C /src/grass_build && \
rm -f grass-$GRASS_VERSION.git_src_snapshot_latest.tar.gz; \
#
# Fixup python shebangs - TODO: will be resolved in future by grass-core
cd /src/grass_build && \
find -name '*.py' | xargs sed -i 's,#!/usr/bin/env python,#!/usr/bin/env python3,' && \
sed -i 's,python,python3,' include/Make/Platform.make.in && \
#
# Configure compile and install GRASS GIS
#
echo " => Configure and compile grass";\
Expand Down

0 comments on commit 09da83e

Please sign in to comment.