diff --git a/Dockerfile b/Dockerfile index d8f06aa..527fab8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk update && apk add git build-base clang perl autoconf automake libtool ll RUN git clone https://github.com/libressl-portable/portable && \ cd portable && \ - ./autogen.sh && \ + ./autogen.sh &> /dev/null && \ ./configure --with-openssldir=/usr/local/libressl --disable-shared &> /dev/null && \ make -j$(nproc) &> /dev/null && \ make install &> /dev/null