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 44c8ce2 commit 9323676
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 @@ -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
Expand Down

0 comments on commit 9323676

Please sign in to comment.