Skip to content

Commit a8206bb

Browse files
author
quackerd
committed
Update Dockerfile
1 parent 2e49673 commit a8206bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM alpine:latest
22

3-
ENV VER_XRAY 1.8.4
3+
ENV VER_XRAY 1.8.7
44

55
# install packages
6-
RUN set -xe && apk add --no-cache unzip wget openssl python3 py3-jinja2 supervisor apache2-utils bash libqrencode
6+
RUN set -xe && apk add --no-cache unzip wget openssl python3 py3-jinja2 supervisor apache2-utils bash libqrencode libqrencode-tools
77

88
# download packages
99
RUN set -xe && \

0 commit comments

Comments
 (0)