From f216de79b595c4c227da37f07ec3c82154990a60 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 14 Oct 2022 10:13:45 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b94741a..6f4253b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/