cleanup
This commit is contained in:
parent
54466dd2fa
commit
205b3ff4b7
|
|
@ -15,8 +15,7 @@ RUN apt-get update \
|
|||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
COPY requirements-docker.txt ./requirements-docker.txt
|
||||
RUN "$VIRTUAL_ENV/bin/pip" install -r requirements-docker.txt
|
||||
RUN "$VIRTUAL_ENV/bin/pip" install cryptography==46.0.5
|
||||
|
||||
FROM python:3.12-slim AS runtime
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
# Minimal runtime dependencies for the headless proxy.
|
||||
# The main requirements.txt also includes Windows GUI/tray packages
|
||||
# that are not needed in containers.
|
||||
cryptography==46.0.5
|
||||
Loading…
Reference in New Issue