mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Add DOCKERFILE_VERSION variable to all CI dockerfiles
This commit is contained in:
parent
eeebf8a429
commit
4f11a57159
15 changed files with 54 additions and 2 deletions
|
@ -2,6 +2,10 @@ FROM ubuntu:20.04
|
|||
|
||||
ENV DEBIAN_FRONTEND="noninteractive" TZ="America/Los_Angeles"
|
||||
|
||||
# A version field to invalide Cirrus's build cache when needed, as suggested in
|
||||
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
|
||||
ENV DOCKERFILE_VERSION 20220519
|
||||
|
||||
RUN apt-get update && apt-get -y install \
|
||||
ccache \
|
||||
git \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue