Skip to content

Commit

Permalink
Add dockerfile for shadowmire
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Aug 8, 2024
1 parent ccb33f9 commit ec2e661
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- nix-channels
- pub-mirror
- rustup-mirror
- shadowmire
# - freighter
include:
- image: tunasync-scripts
Expand Down
9 changes: 9 additions & 0 deletions dockerfiles/shadowmire/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ec2e661

Please sign in to comment.