Fixing missing 'abseil-cpp-flags-marshalling' runtime package.
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
b3f985aef9
commit
b2a1d11cb2
12
Dockerfile
12
Dockerfile
|
@ -49,7 +49,17 @@ FROM alpine:3.20
|
|||
|
||||
RUN \
|
||||
apk update -q --no-cache && \
|
||||
apk add -q --no-cache libcap libcrypto3 libgcc libprotobuf libssl3 libstdc++ musl qt5-qtbase qt5-qtbase-sqlite \
|
||||
apk add -q --no-cache \
|
||||
abseil-cpp-flags-marshalling \
|
||||
libcap \
|
||||
libcrypto3 \
|
||||
libgcc \
|
||||
libprotobuf \
|
||||
libssl3 \
|
||||
libstdc++ \
|
||||
musl \
|
||||
qt5-qtbase \
|
||||
qt5-qtbase-sqlite \
|
||||
shadow tzdata && \
|
||||
mkdir -p /ssl && \
|
||||
mkdir -p /config && \
|
||||
|
|
Loading…
Reference in a new issue