Skip to content

Commit ce7b85a

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

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
FROM node:lts-alpine
1+
FROM node:lts
22

33
ARG LLONEBOT_VERSION
44

55
RUN set -eux; \
6-
echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositories; \
7-
echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories; \
8-
echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories; \
96
apk update; \
107
apk add --no-cache tzdata ffmpeg; \
118
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime; \

0 commit comments

Comments
 (0)