We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a889cf1 commit 72f68b5Copy full SHA for 72f68b5
docker/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get install -y nginx
16
# php
17
RUN apt-get update \
18
&& apt-get install -y cron gnupg gosu curl ca-certificates zip unzip supervisor libcap2-bin libpng-dev \
19
- python2 dnsutils librsvg2-bin fswatch wget openssh-client \
+ dnsutils librsvg2-bin fswatch wget openssh-client \
20
&& add-apt-repository ppa:ondrej/php -y \
21
&& apt-get update \
22
&& apt-get install -y php8.2 php8.2-fpm php8.2-mbstring php8.2-mcrypt php8.2-gd php8.2-xml \
0 commit comments