Skip to content

Commit 01da7fc

Browse files
committed
Hot-Fix: 수정 도커 파일 깃 설치
git Command가 없기 때문에 깃 액션에서 에러가 발생했음
1 parent 973def5 commit 01da7fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1010
libglib2.0-0 \
1111
gcc \
1212
python3-dev && \
13-
rm -rf /var/lib/apt/lists/*
13+
git && \
14+
rm -rf /var/lib/apt/lists/* \
1415

1516
# 작업 디렉토리 설정
1617
WORKDIR /test

0 commit comments

Comments
 (0)