mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
seafiler-server: add netcat for healthcheck
This commit is contained in:
parent
2a176d2d12
commit
892ac6f7bf
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue