diff --git a/Dockerfile b/Dockerfile index 144cc76..705b591 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM python:3.9.7-slim WORKDIR /python +ENV PROXY_ADDRESS_FORWARDING true RUN apt-get update -y && \ apt-get install -y \