mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ RUN build-opt/dragonfly --version
|
||||||
|
|
||||||
FROM alpine:3
|
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
|
zstd-dev su-exec netcat-openbsd openssl libxml2
|
||||||
|
|
||||||
RUN addgroup -S -g 1000 dfly && adduser -S -G dfly -u 999 dfly
|
RUN addgroup -S -g 1000 dfly && adduser -S -G dfly -u 999 dfly
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue