Skip to content

Commit

Permalink
no Debian backports needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
hw-iu committed Jul 21, 2024
1 parent 7d7feba commit 9aba6ce
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@ LABEL [email protected]

ARG DEBIAN_FRONTEND=noninteractive

# need to add backports for newer git - otherwise python3 git module won't work
RUN echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/buster-backports.list

# python3 and git needed for build-modify-extension.py
RUN apt -y update && \
apt -y install python3 \
apt -y install git \
python3 \
python3-git

# need to add backports for newer git - otherwise python3 git module won't work
RUN apt -y install -t buster-backports git

# scripts used need to be executable
COPY build/build-entrypoint.sh build/build-modify-extension.py /
RUN chmod +x /build-entrypoint.sh /build-modify-extension.py
Expand Down

0 comments on commit 9aba6ce

Please sign in to comment.