diff --git a/Dockerfile b/Dockerfile index e8773ae..41f8e8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY . /srv/root RUN go build RUN apt update && apt install -y python3-pip -RUN pip install --break-system-packages -i http://pypi2.akatsuki.gg/cmyui/dev akatsuki-cli +RUN pip install --break-system-packages -i https://pypi2.akatsuki.gg/cmyui/dev akatsuki-cli EXPOSE 80