From 1910c5197714a8dd92a0a351f719ee3525345660 Mon Sep 17 00:00:00 2001 From: cn Date: Thu, 4 Dec 2025 21:49:48 +0100 Subject: [PATCH] docker: remove unneeded and broken ruby-etc install --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 5d1348e..74d638f 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -5,7 +5,7 @@ EXPOSE 8080 ENV VERSION=3.4.0 RUN apk --no-cache add openssl ca-certificates && \ - apk --no-cache add ruby ruby-etc ruby-webrick && \ + apk --no-cache add ruby ruby-webrick && \ apk --no-cache add --virtual .build-deps ruby-dev build-base tzdata && \ gem install --no-document openvpn-status-web -v ${VERSION} && \ # set timezone to Berlin