Update Dockerfile

https://github.com/wp-cli/wp-cli/issues/5333
This commit is contained in:
Stefan Pejcic 2024-08-22 15:38:54 +02:00 committed by GitHub
parent 855ced753a
commit 93b598382c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,7 @@ RUN apt-get update && \
unzip \
wget \
nano \
less \
phpmyadmin \
openssh-server \
php-mbstring && \