Skip to content

Commit

Permalink
fixed issue with python modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Wargamer-Senpai committed Dec 8, 2023
1 parent b2976ca commit 9313c73
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ COPY ./modules/* /opt/teampy/modules
COPY ./plugins/ /opt/teampy/plugins
COPY ./watchdog.sh /opt/teampy/

RUN apk add --no-cache python3 && \
/usr/bin/python3 -m ensurepip && \
/usr/bin/pip3 --no-input install requests && \
apk add iputils && \
apk add bash
RUN apk add --no-cache python3 py3-requests py3-pip iputils bash

WORKDIR /opt/teampy/
CMD [ "/bin/bash", "watchdog.sh" ]
Expand Down

0 comments on commit 9313c73

Please sign in to comment.