Update Dockerfile

This commit is contained in:
srajmane
2021-05-20 19:06:45 +05:30
committed by GitHub
parent 2bb7fbc13b
commit 0b7ec83b1c

View File

@@ -4,7 +4,7 @@ RUN set -eux; \
export arch_val="$(dpkg --print-architecture)"; \
apt-get update && \
if [ "$arch_val" = "amd64" ]; then \
apt-get install -y libpcap-dev time file shellcheck git gcc-arm-linux-gnueabihf curl build-essential; \
apt-get install -y libpcap-dev time file shellcheck git gcc-arm-linux-gnueabihf curl build-essential gcc-s390x-linux-gnu; \
else \
apt-get install -y libpcap-dev time file shellcheck git curl build-essential; \
fi; \