mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
CI: Remove emacs backup file of fedora-38 Dockerfile
This commit is contained in:
parent
2736e8e527
commit
60da270800
1 changed files with 0 additions and 31 deletions
|
@ -1,31 +0,0 @@
|
||||||
FROM fedora:36
|
|
||||||
|
|
||||||
# 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 20220614
|
|
||||||
|
|
||||||
RUN dnf -y install \
|
|
||||||
bison \
|
|
||||||
ccache \
|
|
||||||
cmake \
|
|
||||||
diffutils \
|
|
||||||
findutils \
|
|
||||||
flex \
|
|
||||||
gcc \
|
|
||||||
gcc-c++ \
|
|
||||||
git \
|
|
||||||
libpcap-devel \
|
|
||||||
make \
|
|
||||||
openssl \
|
|
||||||
openssl-devel \
|
|
||||||
procps-ng \
|
|
||||||
python3 \
|
|
||||||
python3-devel \
|
|
||||||
python3-pip\
|
|
||||||
sqlite \
|
|
||||||
swig \
|
|
||||||
which \
|
|
||||||
zlib-devel \
|
|
||||||
&& dnf clean all && rm -rf /var/cache/dnf
|
|
||||||
|
|
||||||
RUN pip3 install websockets junit2html
|
|
Loading…
Add table
Add a link
Reference in a new issue