Skip to content

Commit

Permalink
fix python installation
Browse files Browse the repository at this point in the history
capistrano's git-archive-all needs a binary named `python`.
  • Loading branch information
glaszig committed Aug 3, 2024
1 parent 6e2eaad commit 255eba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libyaml-dev \
zlib1g-dev && \
apt-get clean && \
update-alternatives --install /usr/bin/python python /usr/bin/python3 1 && \
rm -rf /var/cache/apt/* && \
rm -rf /usr/lib/ruby/gems/*/cache/* && \
rm -rf /usr/local/bundle/cache/* && \
Expand Down

0 comments on commit 255eba3

Please sign in to comment.