mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Install netcat to build-container and update the version (#41825)
This commit is contained in:
committed by
GitHub
parent
a6e60c62f4
commit
0462577f3d
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user