fix: using webdav
This commit is contained in:
parent
0b8454ff6f
commit
bc0501e223
@ -10,9 +10,9 @@ ENV PYTHONPATH="/usr/lib/python3/dist-packages:${PYTHONPATH}"
|
||||
RUN apt update && apt install -y --no-install-recommends \
|
||||
ca-certificates bash git openssh-client python3 python3-venv python3-pip \
|
||||
build-essential libfuse3-dev libcurl4-openssl-dev libxml2-dev \
|
||||
pkg-config automake autoconf libtool s3fs \
|
||||
pkg-config automake autoconf libtool \
|
||||
jq curl graphviz ghostscript fonts-dejavu \
|
||||
python3-flask python3-requests python3-redis && \
|
||||
python3-flask python3-requests python3-redis python3-webdav && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Create a virtual environment and activate it
|
||||
|
Loading…
x
Reference in New Issue
Block a user