소스 검색

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

FreddleSpl0it 3 달 전
부모
커밋
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 && \