We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f4e43 commit fea3c05Copy full SHA for fea3c05
dockers/docker-orchagent/Dockerfile.j2
@@ -24,9 +24,11 @@ RUN apt-get update && \
24
python3-dev
25
26
{% if ( CONFIGURED_ARCH == "armhf" or CONFIGURED_ARCH == "arm64" ) %}
27
-# Fix for gcc/python not found in arm docker
+# Fix for gcc/python/iputils-ping not found in arm docker
28
RUN apt-get install -f -y python2.7 python2.7-dev
29
-RUN apt-get install -y gcc-8
+RUN apt-get install -y \
30
+ gcc-8 \
31
+ iputils-ping
32
{% endif %}
33
{% if CONFIGURED_ARCH == "armhf" %}
34
RUN ln -s -f /usr/bin/gcc-8 /usr/bin/arm-linux-gnueabihf-gcc
0 commit comments