Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Using PROXY_ADDRESS_FORWARDING
Browse files Browse the repository at this point in the history
  • Loading branch information
lion-man44 committed Oct 2, 2021
1 parent 67184cf commit fa2b1e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit fa2b1e6

Please sign in to comment.