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
a8ca05d51e
commit
d5b034b01c
@ -18,7 +18,6 @@ RUN set -ex; \
|
|||||||
echo "http://dl-cdn.alpinelinux.org/alpine/$alpine_version/community" >> "/etc/apk/repositories"; \
|
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 ; \
|
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 \
|
apk update --update-cache && apk add \
|
||||||
devtools \
|
|
||||||
openrc \
|
openrc \
|
||||||
podman-openrc \
|
podman-openrc \
|
||||||
podman \
|
podman \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user