mirror of
https://github.com/casjaysdevdocker/podman
synced 2025-09-18 03:57:45 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user