diff --git a/Containerfile b/Containerfile index f2a60d0..b72b981 100644 --- a/Containerfile +++ b/Containerfile @@ -2,7 +2,7 @@ FROM python:3.13-alpine WORKDIR /app -RUN pip install --no-cache-dir maxminddb>=2.0 +RUN pip install --no-cache-dir maxminddb>=2.0 PySocks>=1.7.1 ENV PYTHONPATH=/app/src ENTRYPOINT ["python", "-m", "derp"]