mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 12:59:18 +08:00
fix: missing postgresql postgresql-devel
This commit is contained in:
parent
c9e8c5b942
commit
4709ecdd5a
@ -12,7 +12,7 @@ ENV APP_URL http://127.0.0.1:5001
|
||||
EXPOSE 5001
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y bash curl wget vim gcc g++ python3-dev libc-dev libffi-dev
|
||||
apt-get install -y bash curl wget vim gcc g++ python3-dev libc-dev libffi-dev postgresql postgresql-devel
|
||||
|
||||
RUN pip3 install gunicorn
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user