mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 06:58:59 +08:00
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…
x
Reference in New Issue
Block a user