From 3cff8aaada47f365c4473db1f991f48007944231 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 3 Jun 2021 21:52:51 +0200 Subject: [PATCH] Better grep and apps folder --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 651574c..64e4527 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,10 @@ FROM alpine:latest -RUN apk add --no-cache \ +RUN apk add --upgrade --no-cache \ bash \ curl \ git \ + grep \ jq \ py3-requests \ skopeo \ @@ -12,6 +13,8 @@ RUN apk add --no-cache \ RUN mkdir -p ~./local/bin +RUN mkdir -p ~/.abra/apps + # Note(decentral1se): it is fine to always use the development branch because # our Drone CI docker auto-tagger will publish official release tags and # otherwise give us the latest abra on the latest tag