Skip to content

Commit

Permalink
Split apt get
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed May 24, 2024
1 parent 1d3e319 commit c0e74d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pihole-unbound/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ FROM pihole/pihole:2024.05.0

RUN echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list

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


COPY lighttpd-external.conf /etc/lighttpd/external.conf
Expand Down

0 comments on commit c0e74d5

Please sign in to comment.