mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/alpine-317-musl-fts-dev'
* origin/topic/awelzel/alpine-317-musl-fts-dev: ci/alpine: Use musl-fts-dev rather than fts-dev
This commit is contained in:
commit
dbbb6cd6f0
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ FROM alpine:latest
|
|||
|
||||
# A version field to invalidate Cirrus's build cache when needed, as suggested in
|
||||
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
|
||||
ENV DOCKERFILE_VERSION 20220519
|
||||
ENV DOCKERFILE_VERSION 20221201
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
|
@ -12,7 +12,7 @@ RUN apk add --no-cache \
|
|||
cmake \
|
||||
curl \
|
||||
flex-dev \
|
||||
fts-dev \
|
||||
musl-fts-dev \
|
||||
g++ \
|
||||
git \
|
||||
libpcap-dev \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue