Skip to content

Commit c5fdf47

Browse files
committed
ci: 도커파일 내 인증서 설치 (환율 api 인증용)
1 parent fe8c880 commit c5fdf47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ WORKDIR /app
66
# 의존성 설치
77
COPY requirements.txt .
88
RUN pip install --no-cache-dir -r requirements.txt
9+
# 인증서 설치
10+
RUN apt-get update && apt-get install -y ca-certificates && update-ca-certificates
911

1012
# 전체 코드 복사
1113
COPY . .

0 commit comments

Comments
 (0)