如何在 Ubuntu 上安装 hadolint
How to install hadolint on Ubuntu
我是 ubuntu 的新手,3 天前安装了它。
我按照 https://github.com/hadolint/hadolint/
中所述尝试了很多步骤
但它仍然告诉我们:
hadolint: command not found
hadolint安装参考https://github.com/hadolint/hadolint/
我设法在 windows 上安装了 hadolint,但是无法在 linux
上安装
此代码有效并安装预构建的二进制文件:
wget -O /bin/hadolint https://github.com/hadolint/hadolint/releases/download/v1.16.3/hadolint-Linux-x86_64
我不了解这些基本命令,因为我是 Ubuntu
的新手
我是 ubuntu 的新手,3 天前安装了它。
我按照 https://github.com/hadolint/hadolint/
中所述尝试了很多步骤但它仍然告诉我们:
hadolint: command not found
hadolint安装参考https://github.com/hadolint/hadolint/
我设法在 windows 上安装了 hadolint,但是无法在 linux
上安装此代码有效并安装预构建的二进制文件:
wget -O /bin/hadolint https://github.com/hadolint/hadolint/releases/download/v1.16.3/hadolint-Linux-x86_64
我不了解这些基本命令,因为我是 Ubuntu
的新手