From 636725ee9ef449512f7cb126c7df4bbc3f0cb14e Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Tue, 9 Mar 2021 19:17:02 -0500 Subject: [PATCH] troubleshooting platform errors for arm --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1452379..69f89b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,8 @@ ENV \ KUBECTL_VERSION=1.18.8 \ SHIP_VERSION=0.51.3 \ STERN_VERSION=1.11.0 +## which platform ## +RUN uname -s && uname -m ## Alpine base ## ENV COMPLETIONS=/usr/share/bash-completion/completions RUN apk add bash bash-completion curl git jq libintl ncurses openssl tmux vim apache2-utils