Skip to content

Commit

Permalink
Fix Debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
sweoggy committed Jul 10, 2024
1 parent 26200a5 commit 864f3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN dotnet --version
RUN apt update -y && \
apt install -t unstable lsb-release apt-transport-https ca-certificates software-properties-common -y && \
curl -o /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list' && \
sh -c 'echo "deb https://packages.sury.org/php/ bookworm main" > /etc/apt/sources.list.d/php.list' && \
apt -y clean && rm -rf /var/lib/apt/lists/*

RUN apt -y update && apt -y install \
Expand Down

0 comments on commit 864f3bc

Please sign in to comment.