Changing libcrypto1.1 and libssl1.1 to 3 version.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8a4703ceae
commit
b0823dc38d
|
@ -49,7 +49,7 @@ FROM alpine:3.20
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk update -q --no-cache && \
|
apk update -q --no-cache && \
|
||||||
apk add -q --no-cache libcap libcrypto1.1 libgcc libprotobuf libssl1.1 libstdc++ musl qt5-qtbase qt5-qtbase-sqlite \
|
apk add -q --no-cache libcap libcrypto3 libgcc libprotobuf libssl3 libstdc++ musl qt5-qtbase qt5-qtbase-sqlite \
|
||||||
shadow tzdata && \
|
shadow tzdata && \
|
||||||
mkdir -p /ssl && \
|
mkdir -p /ssl && \
|
||||||
mkdir -p /config && \
|
mkdir -p /config && \
|
||||||
|
|
Loading…
Reference in a new issue