diff --git a/Dockerfile b/Dockerfile index d0d6770f99b395d7fd7d9bda2053d3987ac4ad73..5ea557b056f80f0fd4e3fe551f6eaa3b0263cf9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV SKYWALKING_VERSION 6.6.0 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 \ && 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 \ && echo "Asia/Shanghai" > /etc/timezone diff --git a/env.sh b/env.sh index b614d59f0cad103ce331aa8ab3c442630fdbc9f1..efc16bbde99cedf46c887a5a75fd2e7f6202bad9 100755 --- a/env.sh +++ b/env.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION="1.0.1-SNAPSHOT" +VERSION="1.0.2-SNAPSHOT" IMAGE_NAME="edu-100-app-base" \ No newline at end of file