Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
ci(docker): install git in main image
Browse files Browse the repository at this point in the history
Required to install git-based deps.
  • Loading branch information
Samyak2 committed Sep 1, 2022
1 parent b45a8d0 commit 7d1b047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:20.04
WORKDIR /usr/src/app

RUN apt-get update \
&& apt-get install -y python3-pip
&& apt-get install -y python3-pip git

COPY requirements /requirements

Expand Down

0 comments on commit 7d1b047

Please sign in to comment.