Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
418 B
Docker

FROM fedora:35
# 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
RUN dnf -y install \
cmake \
diffutils \
gcc \
gcc-c++ \
git \
make \
openssl \
openssl-devel \
python3 \
python3-devel \
&& dnf clean all && rm -rf /var/cache/dnf