mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-25 01:29:48 +00:00
Use the slim base image for container (#4889)
This commit is contained in:
parent
301f8cf79d
commit
eb43ae4709
@ -4,7 +4,7 @@ ARG MITMPROXY_WHEEL
|
||||
COPY $MITMPROXY_WHEEL /wheels/
|
||||
RUN pip install wheel && pip wheel --wheel-dir /wheels /wheels/${MITMPROXY_WHEEL}
|
||||
|
||||
FROM python:3.9-bullseye
|
||||
FROM python:3.9-slim-bullseye
|
||||
|
||||
RUN useradd -mU mitmproxy
|
||||
RUN apt-get update \
|
||||
|
Loading…
Reference in New Issue
Block a user