update
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user