Commit 2125f973 authored by liwu's avatar liwu

@dev添加字体软件

parent ca97b1b3
...@@ -5,7 +5,7 @@ ENV SKYWALKING_VERSION 6.6.0 ...@@ -5,7 +5,7 @@ ENV SKYWALKING_VERSION 6.6.0
RUN echo "http://mirrors.aliyun.com/alpine/v3.8/main" > /etc/apk/repositories \ RUN echo "http://mirrors.aliyun.com/alpine/v3.8/main" > /etc/apk/repositories \
&& echo "http://mirrors.aliyun.com/alpine/v3.8/community" >> /etc/apk/repositories \ && echo "http://mirrors.aliyun.com/alpine/v3.8/community" >> /etc/apk/repositories \
&& apk update upgrade \ && apk update upgrade \
&& apk add --no-cache procps curl bash tzdata busybox-extras vim bind-tools \ && apk add --no-cache procps curl bash tzdata busybox-extras vim bind-tools ttf-dejavu fontconfig \
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone && echo "Asia/Shanghai" > /etc/timezone
......
#!/usr/bin/env bash #!/usr/bin/env bash
VERSION="1.0.1-SNAPSHOT" VERSION="1.0.2-SNAPSHOT"
IMAGE_NAME="edu-100-app-base" IMAGE_NAME="edu-100-app-base"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment