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 832addf commit 474a649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pihole-unbound/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ 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 -f libreadline8t64
RUN apt-get upgrade libreadline8 -y
RUN apt-get upgrade libreadline8t64 -y
RUN apt-get -t sid install -y unbound -V


Expand Down

0 comments on commit 474a649

Please sign in to comment.