Skip to content

Commit

Permalink
更新debian瘦身镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjer committed Sep 12, 2023
1 parent c18318b commit eea7af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN git clone git://erdgeist.org/opentracker \
&& cd opentracker \
&& sed -i '/FEATURES+=-DWANT_IP_FROM_QUERY_STRING$/s/^#//' Makefile \
&& sed -i '/^FEATURES+=-DWANT_FULLSCRAPE$/s/^/#/' Makefile
&& make -j4
&& make clean && make -j4


FROM debian:bookworm-slim
Expand Down
2 changes: 1 addition & 1 deletion private/opentracker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# 或者,如果opentracker编译时支持黑名单的话,使用以下选项指明黑名单文件所在
# 路径(或者使用命令行选项 -b 指示)
#
access.blacklist /config/blacklist
# access.blacklist /config/blacklist
#
# It is pointless and hence not possible to compile black AND white
# listing, so choose one of those options at compile time. File format
Expand Down

0 comments on commit eea7af5

Please sign in to comment.