Fixing missing 'abseil-cpp-flags-marshalling' runtime package. (#5)
All checks were successful
continuous-integration/drone/tag Build is passing

Co-authored-by: Alexey Skobkin <skobkin-ru@ya.ru>
Reviewed-on: #5
This commit is contained in:
Alexey Skobkin 2024-11-21 22:11:14 +00:00
parent b3f985aef9
commit bbba569b8a

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