mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-06 07:37:21 +02:00
Fix: Remove override for OpenSSL
This commit is contained in:
parent
43a4bf389a
commit
32939874f2
@ -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/ &&\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user