mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-02-22 21:12:16 +00:00
add new 8.0 package dep
This commit is contained in:
parent
6f6ffbacf6
commit
4820a509ba
|
@ -9,6 +9,7 @@ RUN apt-get update --fix-missing && apt-get install -y vim htop net-tools psmisc
|
||||||
tzdata \
|
tzdata \
|
||||||
nginx \
|
nginx \
|
||||||
python3 python3-pip python3-setuptools \
|
python3 python3-pip python3-setuptools \
|
||||||
|
libmysqlclient-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Python3
|
# Python3
|
||||||
|
|
Loading…
Reference in a new issue