seafiler-server: add netcat for healthcheck

This commit is contained in:
Gerrit Gogel 2024-02-14 11:06:18 +01:00
parent 2a176d2d12
commit 892ac6f7bf

View file

@ -29,6 +29,7 @@ ENV SEAFILE_VERSION=11.0.4
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \ DEBIAN_FRONTEND=noninteractive apt-get install -y \
netcat-openbsd \
socat \ socat \
cron \ cron \
tzdata \ tzdata \