mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
merge 036, everything broken
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