Re-trigger pipeline

pull/1/head
Gertjan Krol 2022-01-22 02:23:22 +01:00
parent 25267f015c
commit 954f05043b
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@ RUN apk --update add --no-cache alpine-sdk bind-tools expat-dev git openssl-dev
./configure && \
make && \
make install && \
make clean && \
# Cleanup build tools
make clean && \
rm -rf /tmp/* && \
apk del alpine-sdk expat-dev git openssl-dev