Skip to content

Commit 1e9b838

Browse files
committed
wip
1 parent e38d6d2 commit 1e9b838

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ WORKDIR /var/www/html
44

55
ENV DEBIAN_FRONTEND noninteractive
66

7+
RUN apt-get install -y software-properties-common
8+
79
# Add repositories
810
RUN add-apt-repository ppa:ondrej/php -y
911

1012
# upgrade
1113
RUN apt-get update && apt-get upgrade -y && apt-get autoremove -y
1214

1315
# requirements
14-
RUN apt-get install -y software-properties-common curl zip unzip gcc nginx \
16+
RUN apt-get install -y curl zip unzip gcc nginx \
1517
cron gnupg gosu curl ca-certificates zip unzip supervisor libcap2-bin libpng-dev \
1618
dnsutils librsvg2-bin fswatch wget openssh-client \
1719
php8.2 php8.2-fpm php8.2-mbstring php8.2-mcrypt php8.2-gd php8.2-xml \

0 commit comments

Comments
 (0)