We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7b85a commit 14357afCopy full SHA for 14357af
1 file changed
docker/Dockerfile
@@ -4,13 +4,11 @@ ARG LLONEBOT_VERSION
4
5
RUN set -eux; \
6
apk update; \
7
- apk add --no-cache tzdata ffmpeg; \
+ apk add --no-cache tzdata ffmpeg unzip wget; \
8
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime; \
9
echo "Asia/Shanghai" > /etc/timezone; \
10
rm -rf /var/cache/apk/*
11
12
-RUN apk add unzip wget
13
-
14
WORKDIR /app/llonebot
15
16
COPY docker/startup.sh /startup.sh
0 commit comments