use dockerhub compat

This commit is contained in:
Aiden McClelland
2024-03-07 15:41:27 -07:00
parent 31ea0fe3fe
commit 2e7c3bf789
3 changed files with 4 additions and 11 deletions

View File

@@ -1,8 +1 @@
FROM alpine:latest
ARG ARCH
RUN apk update && apk add duplicity curl
ADD ./target/$ARCH-unknown-linux-musl/release/compat /usr/local/bin/compat
ENTRYPOINT ["compat"]
FROM start9/compat