🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-14 10:13:45 -04:00
parent 8070b5921c
commit f216de79b5
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -18,11 +18,11 @@ RUN set -ex; \
echo "http://dl-cdn.alpinelinux.org/alpine/$alpine_version/community" >> "/etc/apk/repositories"; \
if [ "$alpine_version" = "edge" ]; then echo "http://dl-cdn.alpinelinux.org/alpine/$alpine_version/testing" >> "/etc/apk/repositories" ; fi ; \
apk update --update-cache && apk add \
openrc
podman-openrc
openrc \
podman-openrc \
podman \
podman-docker \
podman-tui &&
podman-tui && \
rc-update add podman default
COPY ./bin/. /usr/local/bin/