diff --git a/Dockerfile b/Dockerfile index 4319621..beedc51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN apk add --no-cache \ jq \ py3-requests \ skopeo \ + util-linux \ yq RUN mkdir -p ~./local/bin diff --git a/README.md b/README.md index 4f2b8af..455e58e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,13 @@ curl https://install.abra.coopcloud.tech | bash -s -- --dev The source for this script is [here](./deploy/install.abra.coopcloud.tech/installer). -A [docker container](https://hub.docker.com/r/decentral1se/abra) is also provided. +## Container + +An [image](https://hub.docker.com/r/decentral1se/abra) is also provided. + +``` +docker run decentral1se/abra app ls +``` ## Update