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

Merge branch 'feature/shell-tools' into 'master'

Add SI shell-tools to build engine

See merge request !3
parents 38435429 fb2091da
No related branches found
No related tags found
1 merge request!3Add SI shell-tools to build engine
Pipeline #2288 passed
...@@ -7,6 +7,9 @@ RUN true\ ...@@ -7,6 +7,9 @@ RUN true\
&& dnf -y install podman buildah findutils git \ && 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 \
&& git clone https://git.shivering-isles.com/shivering-isles/shell-tools.git ./shell-tools \
&& ./shell-tools/install.sh \
&& rm -rf ./shell-tools \
&& true && true
CMD ["/bin/bash"] CMD ["/bin/bash"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment