mirror of
https://github.com/casjaysdevdocker/podman
synced 2025-01-18 12:34:37 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
8070b5921c
commit
f216de79b5
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user