Update Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
quackerd 2024-02-01 15:26:16 +00:00
parent 2e49673e92
commit a8206bb0bc

View File

@ -1,9 +1,9 @@
FROM alpine:latest
ENV VER_XRAY 1.8.4
ENV VER_XRAY 1.8.7
# install packages
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
# download packages
RUN set -xe && \