Update Dockerfile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
quackerd 2024-02-01 15:26:16 +00:00
parent 2e49673e92
commit a8206bb0bc
1 changed files with 2 additions and 2 deletions

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 && \