Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jul 9, 2024
1 parent eb55c1c commit c721555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN if [ "$DISTRIBUTION" = "bookworm" ]; then \
apt-get update && apt install -y ca-certificates && \
echo "deb https://www.deb-multimedia.org bookworm main non-free" >> /etc/apt/sources.list && \
apt-get update -oAcquire::AllowInsecureRepositories=true && \
apt-get install -y --allow-unauthenticated deb-multimedia-keyring \
apt-get install -y --allow-unauthenticated deb-multimedia-keyring; \
fi

RUN \
Expand Down

0 comments on commit c721555

Please sign in to comment.