Skip to content
Snippets Groups Projects
Verified Commit c28a3b4e authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Add git to build image

My newest project, Invidious needs git in the build environment, so here
we go.
parent f6c268c5
No related branches found
No related tags found
No related merge requests found
Pipeline #1068 passed
...@@ -4,7 +4,7 @@ COPY resources/storage.conf /etc/containers/ ...@@ -4,7 +4,7 @@ COPY resources/storage.conf /etc/containers/
RUN true\ RUN true\
&& dnf -y upgrade \ && dnf -y upgrade \
&& dnf -y install podman buildah findutils \ && dnf -y install podman buildah findutils git \
&& dnf clean all \ && dnf clean all \
&& sed -e 's/cgroup_manager =.*/cgroup_manager = "cgroupfs"/' /usr/share/containers/libpod.conf > /etc/containers/libpod.conf \ && sed -e 's/cgroup_manager =.*/cgroup_manager = "cgroupfs"/' /usr/share/containers/libpod.conf > /etc/containers/libpod.conf \
&& true && true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment