Skip to content

Commit

Permalink
Merge pull request #2 from Jahn16/fix/openresolv
Browse files Browse the repository at this point in the history
fix: add openresolv dependency
  • Loading branch information
asstroneer committed Mar 13, 2024
2 parents 8f7c1e0 + 87285b1 commit fc32dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM louislam/uptime-kuma:1.23.11-debian as base-image

RUN echo "deb http://deb.debian.org/debian buster-backports main non-free" >> /etc/apt/sources.list
RUN apt update && apt upgrade -y
RUN apt install -y wireguard htop iperf3 iputils-ping iproute2 net-tools dnsutils dumb-init
RUN apt install -y wireguard htop iperf3 iputils-ping iproute2 net-tools dnsutils dumb-init openresolv

COPY /root /

Expand Down

0 comments on commit fc32dea

Please sign in to comment.