Unverified Commit 98660e1f authored by Bowen Liang's avatar Bowen Liang Committed by GitHub

skip installing python3-dev package on base stage in api docker image (#2193)

parent 6cf93379
......@@ -7,7 +7,7 @@ LABEL maintainer="takatost@gmail.com"
FROM base as packages
RUN apt-get update \
&& apt-get install -y --no-install-recommends gcc g++ python3-dev libc-dev libffi-dev
&& apt-get install -y --no-install-recommends gcc g++ libc-dev libffi-dev
COPY requirements.txt /requirements.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment