diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65f7fcf..70f24e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ on: - cron: "0 13 * * 1" env: - PLATFORMS: "linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64" # Build for which platforms + PLATFORMS: "linux/amd64,linux/arm/v7,linux/arm64" # Build for which platforms IMAGENAME: "quay.io/tdeutsch/debugcontainer" # Name of the image DEFAULT_TAG: "edge" # Which tag is beeing used if we are building for master/main branch QUAY_USER: "tdeutsch" # Which user to use to login to quay.io diff --git a/Dockerfile b/Dockerfile index 8324656..30153f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,7 +84,7 @@ RUN chmod +x /scripts/* \ which \ fio \ ioping \ - k9s@edgecommunity \ + k9s \ openssh-client \ && wget -q -O /bin/speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py \ && chmod +x /bin/speedtest-cli \