mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 10:00:13 +00:00
Update Dockerfile
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user