added apprise - fix timezone (#190)
Co-authored-by: gOOvER <116325+gOOvER@users.noreply.github.com>
This commit is contained in:
@@ -24,6 +24,7 @@ RUN apk add --no-cache \
|
||||
libtool \
|
||||
python3 \
|
||||
python3-dev \
|
||||
py3-pip \
|
||||
sqlite \
|
||||
tzdata \
|
||||
zip \
|
||||
@@ -38,6 +39,9 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCHITECTURE=amd64; e
|
||||
&& curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-${ARCHITECTURE} -o /usr/bin/cloudflared
|
||||
RUN chmod +x /usr/bin/cloudflared
|
||||
|
||||
# install apprise
|
||||
RUN pip install apprise
|
||||
|
||||
## Setup user and working directory
|
||||
RUN adduser -D -h /home/container container -s /bin/bash container
|
||||
USER container
|
||||
|
Reference in New Issue
Block a user