Skip to content

Commit

Permalink
Install GitPython using distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Oct 27, 2023
1 parent 428f16a commit 8e951d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3 \
python3-distutils \
python3-dev \
python3-git \
binfmt-support \
qemu-system \
qemu-user \
Expand All @@ -30,10 +31,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& apt -qyy clean

RUN wget https://bootstrap.pypa.io/get-pip.py -O - | python3
ADD requirements.txt /requirements.txt
RUN python3 -m pip install -r /requirements.txt

RUN ln -s /CustomPiOS/nightly_build_scripts/custompios_nightly_build /usr/bin/build
RUN ln -s /usr/bin/python3 /usr/bin/python

Expand Down

0 comments on commit 8e951d0

Please sign in to comment.