This repository has been archived on 2024-10-23. You can view files and clone it, but cannot push or open issues or pull requests.
abra-bash/Dockerfile
decentral1se 0ff08b5d34
All checks were successful
continuous-integration/drone/push Build is passing
Add missing dep and make special place in docs
2021-06-03 09:58:28 +02:00

18 lines
247 B
Docker

FROM alpine:latest
RUN apk add --no-cache \
bash \
curl \
git \
jq \
py3-requests \
skopeo \
util-linux \
yq
RUN mkdir -p ~./local/bin
RUN curl https://install.abra.coopcloud.tech | bash -s
ENTRYPOINT ["/root/.local/bin/abra"]