mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Dockerfile: Install bcrypt
This commit is contained in:
parent
c6f6f2c1f4
commit
f3b6b4869d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN apk add --no-cache \
|
|||
# Install Radicale
|
||||
RUN wget --quiet https://github.com/Kozea/Radicale/archive/${VERSION}.tar.gz --output-document=radicale.tar.gz && \
|
||||
tar xzf radicale.tar.gz && \
|
||||
pip3 install ./Radicale-${VERSION} && \
|
||||
pip3 install ./Radicale-${VERSION}[bcrypt] && \
|
||||
rm -r radicale.tar.gz Radicale-${VERSION}
|
||||
# Remove build dependencies
|
||||
RUN apk del \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue