Add pigz for faster decompress

This commit is contained in:
uazo 2021-07-11 13:34:48 +02:00 committed by GitHub
parent 4e5b6df9d8
commit 0eb719af8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ RUN apt-get update \
wget \
zip \
git \
pigz \
&& rm -rf /var/lib/apt/list/*
# Add and config runner user as sudo