Skip to content

Commit

Permalink
Hot-Fix: 수정 도커 파일 깃 설치
Browse files Browse the repository at this point in the history
git Command가 없기 때문에 깃 액션에서 에러가 발생했음
  • Loading branch information
semnisem committed Nov 16, 2024
1 parent 973def5 commit 01da7fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libglib2.0-0 \
gcc \
python3-dev && \
rm -rf /var/lib/apt/lists/*
git && \
rm -rf /var/lib/apt/lists/* \

# 작업 디렉토리 설정
WORKDIR /test
Expand Down

0 comments on commit 01da7fc

Please sign in to comment.