mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
use dockerhub compat
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user