Commit 08a439e37e357f08b24c3b012d1f76ee95d2035a
1 parent
30f71e53
尝试docker-compose启动
Showing
1 changed file
with
1 additions
and
1 deletions
docker/wvp/Dockerfile
| ... | ... | @@ -66,7 +66,7 @@ EXPOSE 30000-30500/tcp |
| 66 | 66 | EXPOSE 30000-30500/udp |
| 67 | 67 | |
| 68 | 68 | RUN export DEBIAN_FRONTEND=noninteractive &&\ |
| 69 | - export LANG=zh_CN.UTF-8 | |
| 69 | + export LANG=zh_CN.UTF-8 && \ | |
| 70 | 70 | apt-get update && \ |
| 71 | 71 | apt-get install -y --no-install-recommends openjdk-11-jre ca-certificates ffmpeg language-pack-zh-hans && \ |
| 72 | 72 | apt-get autoremove -y && \ | ... | ... |