mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-18 19:22:44 +00:00
dockerfiles/shadowmire: install bash in image
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
eda8641057
commit
35cb113b77
@ -4,6 +4,7 @@ FROM python:${PY_VERSION}-alpine
|
||||
|
||||
WORKDIR /home/scripts
|
||||
|
||||
RUN apk add --update --no-cache --virtual .build-deps bash
|
||||
RUN pip3 install requests tqdm click
|
||||
COPY shadowmire.py .
|
||||
CMD /bin/bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user