diff --git a/Dockerfile b/Dockerfile index b0f033d..6abced5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ]