Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Autumn-27 committed Dec 15, 2024
1 parent 94f8c7b commit 2c56b67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ RUN apt-get update && apt-get install -y \
vim \
tzdata \
libpcap-dev \
fonts-noto-cjk \ # 安装中文字体
fonts-noto-cjk \
fonts-wqy-microhei \
fonts-arphic-ukai \
fonts-arphic-uming \
curl \ # 安装 curl
unzip \ # 安装 unzip
locales \ # 安装支持语言环境包
curl \
unzip \
locales \
&& rm -rf /var/lib/apt/lists/*

# 设置时区为上海
Expand Down
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func InitFilterUrlRe() {
}

func Initialize() {
global.VERSION = "1.5.3"
global.VERSION = "1.5.2"
fmt.Printf("version %v\n", global.VERSION)
global.AbsolutePath, _ = filepath.Abs(filepath.Dir(os.Args[0]))
global.ConfigDir = filepath.Join(global.AbsolutePath, "config")
Expand Down

0 comments on commit 2c56b67

Please sign in to comment.