mirror of https://github.com/langgenius/dify.git
skip installing python3-dev package on base stage in api docker image (#2193)
This commit is contained in:
parent
6cf93379b3
commit
98660e1f97
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue