尝试docker-compose启动

pull/212/head
xiaoxie 2021-11-05 20:42:57 +08:00
parent 30f71e531a
commit 08a439e37e
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ EXPOSE 30000-30500/tcp
EXPOSE 30000-30500/udp
RUN export DEBIAN_FRONTEND=noninteractive &&\
export LANG=zh_CN.UTF-8
export LANG=zh_CN.UTF-8 && \
apt-get update && \
apt-get install -y --no-install-recommends openjdk-11-jre ca-certificates ffmpeg language-pack-zh-hans && \
apt-get autoremove -y && \