Skip to content

Commit

Permalink
dockerfiles/shadowmire: install bash in image
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
  • Loading branch information
Harry-Chen committed Aug 8, 2024
1 parent eda8641 commit 35cb113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/shadowmire/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 35cb113

Please sign in to comment.