fix timezone by adding tz_data package, dns lookup workaround, panel fix

This commit is contained in:
yusing
2024-03-07 13:42:36 +08:00
parent 303a0cce02
commit dc996f82c6
5 changed files with 10 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ FROM alpine:latest
LABEL maintainer="yusing@6uo.me"
RUN apk add --no-cache bash
RUN apk add --no-cache bash tzdata
RUN mkdir /app
COPY bin/go-proxy entrypoint.sh /app/
COPY templates/ /app/templates