1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-12-12 01:48:22 +01:00

docker: remove unneeded and broken ruby-etc install

This commit is contained in:
cn
2025-12-04 21:49:48 +01:00
parent 55038fc231
commit 1910c51977

View File

@@ -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