Better grep and apps folder
This commit is contained in:
parent
4ff4c83154
commit
3cff8aaada
@ -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
|
||||
|
Reference in New Issue
Block a user