Better grep and apps folder
This commit is contained in:
parent
4ff4c83154
commit
3cff8aaada
@ -1,9 +1,10 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --upgrade --no-cache \
|
||||||
bash \
|
bash \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
|
grep \
|
||||||
jq \
|
jq \
|
||||||
py3-requests \
|
py3-requests \
|
||||||
skopeo \
|
skopeo \
|
||||||
@ -12,6 +13,8 @@ RUN apk add --no-cache \
|
|||||||
|
|
||||||
RUN mkdir -p ~./local/bin
|
RUN mkdir -p ~./local/bin
|
||||||
|
|
||||||
|
RUN mkdir -p ~/.abra/apps
|
||||||
|
|
||||||
# Note(decentral1se): it is fine to always use the development branch because
|
# Note(decentral1se): it is fine to always use the development branch because
|
||||||
# our Drone CI docker auto-tagger will publish official release tags and
|
# our Drone CI docker auto-tagger will publish official release tags and
|
||||||
# otherwise give us the latest abra on the latest tag
|
# otherwise give us the latest abra on the latest tag
|
||||||
|
Reference in New Issue
Block a user