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 e2b293e commit ce7b85aCopy full SHA for ce7b85a
1 file changed
docker/Dockerfile
@@ -1,11 +1,8 @@
1
-FROM node:lts-alpine
+FROM node:lts
2
3
ARG LLONEBOT_VERSION
4
5
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; \
9
apk update; \
10
apk add --no-cache tzdata ffmpeg; \
11
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime; \
0 commit comments