From 21033dff0cd71c178ed76b1a921b9dc42d7ca369 Mon Sep 17 00:00:00 2001 From: Maho Takara Date: Mon, 27 May 2024 08:33:41 +0900 Subject: [PATCH] =?UTF-8?q?Dockerfile=20lint=E3=83=81=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=82=AF=E3=81=AB=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b700e7c..7502650 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:22.04 # モジュールをインストール -RUN apt-get update && apt-get install -y python3 python3-pip iputils-ping dnsutils curl iproute2 zip unzip groff +RUN apt update && apt-get install -y python3 python3-pip iputils-ping dnsutils curl iproute2 zip unzip groff RUN curl -LJO https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 RUN mv yq_linux_amd64 /usr/local/bin/yq RUN chmod a+x /usr/local/bin/yq