From fd471eb3f1083c8330ed21a172d0b6fa1a764686 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 3 Jun 2021 09:52:14 +0200 Subject: [PATCH] Install dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70e7550..e47c9dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -RUN apk add --no-cache curl bash +RUN apk add --no-cache curl bash py3-requests jq yq skopeo RUN mkdir -p ~./local/bin