From 9323676a0bfe01796380662b39b2537aebceb794 Mon Sep 17 00:00:00 2001 From: dong2ast <31067658+dong2ast@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:21:59 +0900 Subject: [PATCH] =?UTF-8?q?[CHORE]=20=EB=8F=84=EC=BB=A4=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=88=98=EC=A0=95?= 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 3268ada..d602ebf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM amd64/amazoncorretto:17-alpine AS cli # 작업 디렉터리 설정 WORKDIR /app -RUN apt-get install yum +RUN sudo apt install yum # AWS CLI 설치를 위한 필수 패키지 설치 RUN yum install -y unzip groff less