Merge pull request #706 from sjdaws/master

Add dnsutils
This commit is contained in:
Shreyas Zare
2023-08-19 18:45:39 +05:30
committed by GitHub

View File

@@ -12,7 +12,7 @@ curl https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb
dpkg -i packages-microsoft-prod.deb; \
rm packages-microsoft-prod.deb
RUN apt update; apt install libmsquic -y; apt clean -y;
RUN apt update; apt install dnsutils libmsquic -y; apt clean -y;
COPY ./DnsServerApp/bin/Release/publish/ .