Silence autogen output
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
13d08267a7
commit
82f90edec7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue