mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
remove python3-dev from dockerfiles
This commit is contained in:
parent
3db2302c46
commit
c6d31553e1
2 changed files with 1 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ WORKDIR /app
|
|||
USER root
|
||||
|
||||
# Install build dependencies
|
||||
RUN apk add --no-cache bash gcc python3-dev openssl openssl-dev
|
||||
RUN apk add --no-cache bash gcc openssl openssl-dev
|
||||
|
||||
RUN python -m pip install build
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ USER root
|
|||
RUN apk add --no-cache \
|
||||
bash \
|
||||
gcc \
|
||||
python3-dev \
|
||||
openssl \
|
||||
openssl-dev
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue