initial dockerfile

This commit is contained in:
James Andariese 2024-02-25 12:39:12 -06:00
parent af20ddcb18
commit 9d8704d87d

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM alpine:3.19.1
RUN apk add --no-cache aria2 bash
ENTRYPOINT ["/bin/bash"]