mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Remove explicit install of zlib
The explicit install was added earlier due to a broken zlib package (see issue #1517). This has now been fixed for a while in alpine and can be removed.
This commit is contained in:
@ -5,8 +5,7 @@ ARG restserver_url=
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
RUN apk update && \
|
||||
apk add --no-cache openjdk17-jre bash tzdata curl && \
|
||||
apk add 'zlib=1.2.12-r3'
|
||||
apk add --no-cache openjdk17-jre bash tzdata curl
|
||||
|
||||
WORKDIR /opt
|
||||
RUN curl -L -O ${restserver_url:-https://github.com/eikek/docspell/releases/download/v$version/docspell-restserver-$version.zip} && \
|
||||
|
Reference in New Issue
Block a user