Sort on lines [ci skip]

This commit is contained in:
decentral1se 2021-06-03 09:54:32 +02:00
parent 40259f5e97
commit f24259dbfc
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
FROM alpine:latest
RUN apk add --no-cache curl bash py3-requests jq yq skopeo git
RUN apk add --no-cache \
bash \
curl \
git \
jq \
py3-requests \
skopeo \
yq
RUN mkdir -p ~./local/bin