mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
add utils system image, move compat into system-images
This commit is contained in:
committed by
Aiden McClelland
parent
309b446a5c
commit
a5f5852a31
6
system-images/compat/Dockerfile
Normal file
6
system-images/compat/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk update && apk add duplicity && apk add curl
|
||||
ADD ./target/aarch64-unknown-linux-musl/release/compat /usr/local/bin/compat
|
||||
|
||||
ENTRYPOINT ["compat"]
|
||||
Reference in New Issue
Block a user