Skip to content

Commit

Permalink
[CHORE] 도커 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast authored Feb 21, 2024
1 parent 1609df8 commit 44c8ce2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM amd64/amazoncorretto:17-alpine AS cli
# 작업 디렉터리 설정
WORKDIR /app

RUN apt-get install yum

# AWS CLI 설치를 위한 필수 패키지 설치
RUN yum install -y unzip groff less

Expand Down

0 comments on commit 44c8ce2

Please sign in to comment.