From 60da27080058610f5ddccdabe21a8f485eeec73c Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 5 Feb 2024 13:33:52 -0700 Subject: [PATCH] CI: Remove emacs backup file of fedora-38 Dockerfile --- ci/fedora-38/Dockerfile~ | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 ci/fedora-38/Dockerfile~ diff --git a/ci/fedora-38/Dockerfile~ b/ci/fedora-38/Dockerfile~ deleted file mode 100644 index 3c002930ca..0000000000 --- a/ci/fedora-38/Dockerfile~ +++ /dev/null @@ -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