浏览代码

[postfix-tlspol] build with NOOPT=1 for wider CPU compatibility

FreddleSpl0it 1 月之前
父节点
当前提交
1c438330c6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      data/Dockerfiles/postfix-tlspol/Dockerfile

+ 1 - 0
data/Dockerfiles/postfix-tlspol/Dockerfile

@@ -3,6 +3,7 @@ WORKDIR /src
 
 ENV CGO_ENABLED=0 \
     GO111MODULE=on \
+		NOOPT=1 \
     VERSION=1.8.14
 
 RUN git clone --branch v${VERSION} https://github.com/Zuplu/postfix-tlspol && \