Skip to content

Commit

Permalink
Dockerfile lintチェックに対応
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed May 26, 2024
1 parent 441ed4b commit 21033df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21033df

Please sign in to comment.