Skip to content

Commit 763907d

Browse files
authored
Update Dockerfile
1 parent d8a8313 commit 763907d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get update -qq && \
99
libgdal-dev \
1010
gdal-bin \
1111
libpq5 \
12+
libgl1 \
1213
curl \
1314
g++ \
1415
libreoffice \
@@ -34,4 +35,4 @@ WORKDIR /home
3435

3536
# 设置环境变量
3637
ENV PYTHONDONTWRITEBYTECODE=1 \
37-
PYTHONUNBUFFERED=1
38+
PYTHONUNBUFFERED=1

0 commit comments

Comments
 (0)