mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
'requests' is installed via pip; we don't need to install via apt-get too
This commit is contained in:
@@ -4,9 +4,9 @@ RUN set -eux; \
|
||||
export arch_val="$(dpkg --print-architecture)"; \
|
||||
apt-get update && \
|
||||
if [ "$arch_val" = "amd64" ]; then \
|
||||
apt-get install -y libpcap-dev python-requests time file shellcheck git gcc-arm-linux-gnueabihf curl build-essential python-pip; \
|
||||
apt-get install -y libpcap-dev time file shellcheck git gcc-arm-linux-gnueabihf curl build-essential python-pip; \
|
||||
else \
|
||||
apt-get install -y libpcap-dev python-requests time file shellcheck git curl build-essential python-pip; \
|
||||
apt-get install -y libpcap-dev time file shellcheck git curl build-essential python-pip; \
|
||||
fi; \
|
||||
\
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
Reference in New Issue
Block a user