Skip to content

Commit 5550415

Browse files
committed
fix: install git
1 parent 6981fa5 commit 5550415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devops/intel.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ WORKDIR /app
5353
ENV VIRTUAL_ENV=/opt/venv
5454
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
5555
RUN apt-get update \
56-
&& apt-get install -y python3 python3-pip python3-venv \
56+
&& apt-get install -y git python3 python3-pip python3-venv \
5757
&& python3 -m venv $VIRTUAL_ENV \
5858
&& pip install --upgrade pip setuptools wheel \
5959
&& pip install -r requirements.txt \

0 commit comments

Comments
 (0)