add qr-code for wireguard

This commit is contained in:
mercury
2023-02-12 01:27:12 +04:00
parent 4eedc99dd3
commit b15618fc31
3 changed files with 39 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from nginx/unit:1.29.0-php8.1
arg IP
run apt update && apt install -y wget libssh2-1-dev ssh libicu-dev libyaml-dev certbot && \
run apt update && apt install -y qrencode wget libssh2-1-dev ssh libicu-dev libyaml-dev certbot && \
pecl install https://pecl.php.net/get/ssh2-1.3.1.tgz && \
pecl install https://pecl.php.net/get/yaml-2.2.2.tgz && \
docker-php-ext-install intl && \