Containerfile.fedora: install git

This commit is contained in:
SpiritCroc 2025-04-20 17:03:02 +02:00
parent 4294ce2478
commit c2837f86c5

View File

@ -1,6 +1,6 @@
FROM docker.io/fedora:40
RUN dnf install -y openssl openssl-devel cargo llvm libsecret libsecret-devel sqlcipher sqlcipher-devel g++ ruby-devel gcc make rpm-build libffi-devel tcl libxcrypt-compat pkgconf perl python3-setuptools
RUN dnf install -y openssl openssl-devel cargo llvm libsecret libsecret-devel sqlcipher sqlcipher-devel g++ ruby-devel gcc make rpm-build libffi-devel tcl libxcrypt-compat pkgconf perl python3-setuptools git
# node setup
ARG NODE_VERSION