Skip to content

Commit

Permalink
Fix broken dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed May 24, 2024
1 parent 8a82d51 commit 832addf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pihole-unbound/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM pihole/pihole:2024.05.0
RUN echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list

RUN apt-get update
RUN apt-get upgrade libreadline8t64 -y
RUN apt-get upgrade -f libreadline8t64
RUN apt-get -t sid install -y unbound -V


Expand Down

0 comments on commit 832addf

Please sign in to comment.