mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
Add dockerfile for shadowmire
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
ccb33f96b5
commit
ec2e6611d0
1
.github/workflows/docker-images.yml
vendored
1
.github/workflows/docker-images.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
|||||||
- nix-channels
|
- nix-channels
|
||||||
- pub-mirror
|
- pub-mirror
|
||||||
- rustup-mirror
|
- rustup-mirror
|
||||||
|
- shadowmire
|
||||||
# - freighter
|
# - freighter
|
||||||
include:
|
include:
|
||||||
- image: tunasync-scripts
|
- image: tunasync-scripts
|
||||||
|
9
dockerfiles/shadowmire/Dockerfile
Normal file
9
dockerfiles/shadowmire/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ARG PY_VERSION=3.11
|
||||||
|
|
||||||
|
FROM python:${PY_VERSION}-alpine
|
||||||
|
|
||||||
|
WORKDIR /home/scripts
|
||||||
|
|
||||||
|
RUN pip3 install requests tqdm click
|
||||||
|
COPY shadowmire.py .
|
||||||
|
CMD /bin/bash
|
Loading…
x
Reference in New Issue
Block a user