Skip to content

Commit

Permalink
추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rrosiee committed Jul 9, 2024
1 parent 93412af commit bc29c81
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ FROM python:3.9
WORKDIR /code

# 필요한 라이브러리 설치
RUN dnf -y update && dnf -y install \
python39 \
python39-pip \
libxcrypt-compat
RUN yum install libxcrypt-compat

# 종속성 파일 복사 및 설치
COPY ./requirements.txt /code/
RUN pip install --no-cache-dir --upgrade -r requirements.txt
Expand Down

0 comments on commit bc29c81

Please sign in to comment.