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 e38d6d2 commit 1e9b838Copy full SHA for 1e9b838
docker/Dockerfile
@@ -4,14 +4,16 @@ WORKDIR /var/www/html
4
5
ENV DEBIAN_FRONTEND noninteractive
6
7
+RUN apt-get install -y software-properties-common
8
+
9
# Add repositories
10
RUN add-apt-repository ppa:ondrej/php -y
11
12
# upgrade
13
RUN apt-get update && apt-get upgrade -y && apt-get autoremove -y
14
15
# requirements
-RUN apt-get install -y software-properties-common curl zip unzip gcc nginx \
16
+RUN apt-get install -y curl zip unzip gcc nginx \
17
cron gnupg gosu curl ca-certificates zip unzip supervisor libcap2-bin libpng-dev \
18
dnsutils librsvg2-bin fswatch wget openssh-client \
19
php8.2 php8.2-fpm php8.2-mbstring php8.2-mcrypt php8.2-gd php8.2-xml \
0 commit comments