Skip to content

Commit 14357af

Browse files
committed
ci(docker): fix
1 parent ce7b85a commit 14357af

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ ARG LLONEBOT_VERSION
44

55
RUN set -eux; \
66
apk update; \
7-
apk add --no-cache tzdata ffmpeg; \
7+
apk add --no-cache tzdata ffmpeg unzip wget; \
88
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime; \
99
echo "Asia/Shanghai" > /etc/timezone; \
1010
rm -rf /var/cache/apk/*
1111

12-
RUN apk add unzip wget
13-
1412
WORKDIR /app/llonebot
1513

1614
COPY docker/startup.sh /startup.sh

0 commit comments

Comments
 (0)