initial dockerfile
This commit is contained in:
parent
af20ddcb18
commit
9d8704d87d
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FROM alpine:3.19.1
|
||||||
|
|
||||||
|
RUN apk add --no-cache aria2 bash
|
||||||
|
|
||||||
|
ENTRYPOINT ["/bin/bash"]
|
Loading…
Reference in New Issue
Block a user