zhuyougu commited on
Commit
bf4ad83
1 Parent(s): 42e41cc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -12,8 +12,8 @@ RUN chmod -R 777 /var/cache/nginx
12
 
13
  RUN chmod -R 777 /var/run /etc/nginx/conf.d
14
 
15
- # 安装字体支持,使用 apt-get
16
- RUN apt-get update && apt-get install -y ttf-dejavu fontconfig
17
 
18
  # 暴露7860端口,使外部可以访问Nginx
19
  EXPOSE 7860
 
12
 
13
  RUN chmod -R 777 /var/run /etc/nginx/conf.d
14
 
15
+ RUN apt-get update && apt-get install -y fonts-dejavu fontconfig
16
+
17
 
18
  # 暴露7860端口,使外部可以访问Nginx
19
  EXPOSE 7860