Install netcat to build-container and update the version (#41825)

This commit is contained in:
Dimitris Sotirakis
2021-11-19 10:17:29 +02:00
committed by GitHub
parent a6e60c62f4
commit 0462577f3d
3 changed files with 191 additions and 191 deletions

View File

@@ -127,7 +127,7 @@ COPY --from=toolchain /tmp/dockerize /usr/local/bin/
RUN apt-get update && \
apt-get install -yq \
build-essential clang gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf gcc-mingw-w64-x86-64 \
build-essential netcat-traditional clang gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf gcc-mingw-w64-x86-64 \
apt-transport-https \
python-pip \
ca-certificates \