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

This commit is contained in:
Dimitris Sotirakis 2021-11-29 11:23:41 +01:00 committed by GitHub
parent 787a862fda
commit 15d94f467d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ COPY --from=toolchain /tmp/dockerize /usr/local/bin/
RUN apt-get update && \ RUN apt-get update && \
apt-get install -yq \ 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 \ apt-transport-https \
python-pip \ python-pip \
ca-certificates \ ca-certificates \