fix: install curl for healthcheck

This commit is contained in:
2023-06-20 00:36:36 +02:00
parent d64bba1edf
commit f7e3e73394

View File

@@ -7,7 +7,7 @@ RUN mkdir /run/secrets/
RUN --mount=type=secret,id=CONFIG_REPOSITORY_KEY,dst=/run/secrets/CONFIG_REPOSITORY_KEY,required echo "$(cat /run/secrets/CONFIG_REPOSITORY_KEY)" && ls -l /run/secrets
RUN apt update
RUN apt install python3-pip git -y
RUN apt install python3-pip git curl -y
RUN python3 -m pip install waitress
RUN python3 -m pip install --upgrade pip