Skip to content

Commit

Permalink
Use git from bullseye-backports
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
  • Loading branch information
SystemKeeper committed Sep 28, 2023
1 parent 8749f12 commit 279d821
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shallow-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ RUN apt-get update && \
apt-get autoremove -y && apt-get autoclean && apt-get clean && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*

# Use git version from bullseye-backports to work around an issue on self-hosted runner
RUN echo "deb http://deb.debian.org/debian bullseye-backports main contrib non-free" >> /etc/apt/sources.list && \
apt-get update && apt-get -t bullseye-backports install git -y

COPY opcache-recommended.ini /usr/local/etc/php/conf.d/

WORKDIR /var/www/html
Expand Down

0 comments on commit 279d821

Please sign in to comment.