Skip to content

Commit

Permalink
Use curl and dpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 authored May 28, 2024
1 parent c6cdbda commit bc15c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ RUN set -eux; \
# We need it for Extension:SyntaxHighlight
RUN set -eux; \
\
wget -c http://ftp.debian.org/debian/pool/main/p/pygments/python3-pygments_2.17.2+dfsg-1_all.deb \
apt-install ./python3-pygments_2.17.2+dfsg-1_all.deb
curl -o python3-pygments_2.17.2+dfsg-1_all.deb http://ftp.debian.org/debian/pool/main/p/pygments/python3-pygments_2.17.2+dfsg-1_all.deb \
dpkg -i python3-pygments_2.17.2+dfsg-1_all.deb

# Install the PHP extensions we need
RUN set -eux; \
Expand Down

0 comments on commit bc15c4f

Please sign in to comment.