Better grep and apps folder
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-03 21:52:51 +02:00
parent 4ff4c83154
commit 3cff8aaada
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 4 additions and 1 deletions

View File

@ -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