From 2125f9739b0ca07be40855158951b726d325af04 Mon Sep 17 00:00:00 2001 From: liwu Date: Fri, 27 Mar 2020 11:28:10 +0800 Subject: [PATCH] =?UTF-8?q?@dev=E6=B7=BB=E5=8A=A0=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E8=BD=AF=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- env.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d0d6770..5ea557b 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 b614d59..efc16bb 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 -- GitLab