mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 23:19:53 +00:00
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:
parent
187bca9317
commit
3d6d9d99c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user