We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e49673 commit a8206bbCopy full SHA for a8206bb
Dockerfile
@@ -1,9 +1,9 @@
1
FROM alpine:latest
2
3
-ENV VER_XRAY 1.8.4
+ENV VER_XRAY 1.8.7
4
5
# install packages
6
-RUN set -xe && apk add --no-cache unzip wget openssl python3 py3-jinja2 supervisor apache2-utils bash libqrencode
+RUN set -xe && apk add --no-cache unzip wget openssl python3 py3-jinja2 supervisor apache2-utils bash libqrencode libqrencode-tools
7
8
# download packages
9
RUN set -xe && \
0 commit comments