🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-14 11:53:36 -04:00
parent 64533ec931
commit 9a0697a0c1
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -25,6 +25,7 @@ RUN set -ex; \
podman-docker \ podman-docker \
podman-tui && \ podman-tui && \
rc-update add podman default && \ rc-update add podman default && \
touch /etc/containers/nodocker && \
cp -Rf "/etc/containers/." "/usr/local/share/template-files/config/defaults/containers/" cp -Rf "/etc/containers/." "/usr/local/share/template-files/config/defaults/containers/"
COPY ./bin/. /usr/local/bin/ COPY ./bin/. /usr/local/bin/