mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-08-01 10:56:44 +02:00
Fix: Remove override for OpenSSL
This commit is contained in:
@@ -3,8 +3,6 @@ FROM docker.io/golang:alpine
|
|||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|
||||||
RUN apk add --no-cache bash netcat-openbsd sudo
|
RUN apk add --no-cache bash netcat-openbsd sudo
|
||||||
# Alternatives for security
|
|
||||||
RUN apk add --no-cache openssl=3.1.4-r1
|
|
||||||
|
|
||||||
RUN mkdir -p /opt/zoraxy/source/ &&\
|
RUN mkdir -p /opt/zoraxy/source/ &&\
|
||||||
mkdir -p /opt/zoraxy/config/ &&\
|
mkdir -p /opt/zoraxy/config/ &&\
|
||||||
|
Reference in New Issue
Block a user