From a8206bb0bc90d7aee5d6d67a23735951b299aaab Mon Sep 17 00:00:00 2001 From: quackerd Date: Thu, 1 Feb 2024 15:26:16 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 42b103a..258e120 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \