mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
4 lines
57 B
Docker
4 lines
57 B
Docker
FROM alpine:latest
|
|
|
|
RUN apk update && apk add yq jq curl
|