Skip to content

Commit

Permalink
Add pysocks support for sanguine
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb committed Feb 1, 2024
1 parent 80bc22d commit 46f7430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1]

RUN apt-get update \
&& apt-get install -y --no-install-recommends build-essential libpq-dev python3-dev default-libmysqlclient-dev pkg-config \
&& apt-get install -y --no-install-recommends build-essential libpq-dev python3-dev python3-socks default-libmysqlclient-dev pkg-config \
&& rm -rf /var/lib/apt/lists/*

COPY ./djangoDJANGO_VERSION/* /install/
Expand Down

0 comments on commit 46f7430

Please sign in to comment.