mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:52:46 +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…
Reference in New Issue