mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Switch Zeek Spicy builds to Ubuntu 24
This commit is contained in:
parent
273abf3d08
commit
692c6a2f10
2 changed files with 9 additions and 7 deletions
|
@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND="noninteractive" TZ="America/Los_Angeles"
|
|||
|
||||
# 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 20250522
|
||||
ENV DOCKERFILE_VERSION=20250522
|
||||
|
||||
RUN apt-get update && apt-get -y install \
|
||||
bc \
|
||||
|
@ -32,7 +32,9 @@ RUN apt-get update && apt-get -y install \
|
|||
make \
|
||||
python3 \
|
||||
python3-dev \
|
||||
python3-git \
|
||||
python3-pip \
|
||||
python3-semantic-version \
|
||||
redis-server \
|
||||
ruby \
|
||||
sqlite3 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue