This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
abra/Dockerfile

10 lines
204 B
Docker
Raw Normal View History

2021-06-03 07:43:44 +00:00
FROM alpine:latest
2021-06-03 07:53:56 +00:00
RUN apk add --no-cache curl bash py3-requests jq yq skopeo git
2021-06-03 07:43:44 +00:00
RUN mkdir -p ~./local/bin
RUN curl https://install.abra.coopcloud.tech | bash -s
ENTRYPOINT ["/root/.local/bin/abra"]