diff --git a/Dockerfile b/Dockerfile index 943657f..9212a32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \ COPY . /app # Install curl -RUN apk add --update curl +RUN apk add --update curl openssl ENTRYPOINT ["python3"] CMD ["server.py"]