fix: weekly alpine build (#1555)

Specifiying an exact boost version is not robust.
Also we do not depend on fibers anymore and boost-context is enough.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
Roman Gershman 2023-07-17 09:03:02 +03:00 committed by GitHub
parent 187bca9317
commit 3d6d9d99c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ RUN build-opt/dragonfly --version
FROM alpine:3
RUN apk --no-cache add libgcc libstdc++ libunwind boost1.80-fiber \
RUN apk --no-cache add libgcc libstdc++ libunwind boost-context \
zstd-dev su-exec netcat-openbsd openssl libxml2
RUN addgroup -S -g 1000 dfly && adduser -S -G dfly -u 999 dfly