6 lines
83 B
Docker
6 lines
83 B
Docker
FROM alpine:3.19.1
|
|
|
|
RUN apk add --no-cache aria2 bash yq
|
|
|
|
ENTRYPOINT ["/bin/bash"]
|