This commit is contained in:
2023-01-22 15:16:21 +03:30
parent 23b90b6f54
commit d7b816b163

View File

@@ -1,8 +1,8 @@
FROM git.alshafagh.ir/docker/php:8.2-cli-bullseye
RUN apt-get update; \
apt-get upgrade -yqq; \
pecl -q channel-update pecl.php.net; \
apt-get install -yqq --no-install-recommends --show-progress \
RUN apt-get update
RUN apt-get upgrade -yqq
RUN pecl -q channel-update pecl.php.net
RUN apt-get install -yqq --no-install-recommends --show-progress \
apt-utils \
gnupg \
gosu \