mirror of
https://github.com/open-webui/pipelines
synced 2025-05-31 10:39:46 +00:00
fix: docker
This commit is contained in:
parent
2bd3ba3439
commit
6a17e755b0
@ -14,7 +14,7 @@ ENV ENV=prod \
|
||||
|
||||
# Install GCC and build tools
|
||||
RUN apt-get update && \
|
||||
apt-get install -y gcc build-essential && \
|
||||
apt-get install -y gcc build-essential curl git && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user