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 c9b1877 commit 16a1bbd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM amd64/amazoncorretto:17-alpine AS cli
FROM amd64/amazoncorretto:17 AS cli

# 작업 디렉터리 설정
WORKDIR /app

RUN apt install yum

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

Expand Down

0 comments on commit 16a1bbd

Please sign in to comment.