change dockerfile links, add tzdata to fulltext, migrate healthchecks to nc

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey 2022-12-28 18:48:40 +01:00 committed by Simon L
parent 75bea8fa1f
commit 88fda477c6
8 changed files with 14 additions and 9 deletions

View file

@ -1,5 +1,5 @@
FROM alpine:3.16.3
RUN apk add --update --no-cache lighttpd bash curl netcat-openbsd
RUN apk add --update --no-cache lighttpd bash netcat-openbsd
RUN adduser -S www-data -G www-data
RUN rm -rf /etc/lighttpd/lighttpd.conf