Fixing missing 'abseil-cpp-flags-marshalling' runtime package.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alexey Skobkin 2024-11-22 01:08:33 +03:00
parent b3f985aef9
commit b2a1d11cb2
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

@ -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 && \