Skip to content

Commit

Permalink
Remove python2 from the install line.
Browse files Browse the repository at this point in the history
  • Loading branch information
robol committed Jan 23, 2024
1 parent d08c738 commit ba3b3c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y \
postgresql-client \
sudo \
python3 \
python \
&& rm -rf /var/lib/apt/lists/* \
&& php -r "copy('https://getcomposer.org/installer', '/tmp/composer-setup.php');" \
&& php /tmp/composer-setup.php --install-dir=/usr/local/bin \
Expand Down

0 comments on commit ba3b3c5

Please sign in to comment.