From e39c71a3bdf3435d86af1eefd4be5b6da46605ab Mon Sep 17 00:00:00 2001 From: gabang2 Date: Tue, 9 Jul 2024 23:47:33 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EA=B0=80?= 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 dd0f307..ee18bc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.9 WORKDIR /code # 필요한 라이브러리 설치 -RUN yum install libxcrypt-compat +RUN apt-get install libxcrypt-compat # 종속성 파일 복사 및 설치 COPY ./requirements.txt /code/