mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-02 23:05:57 +00:00
@@ -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/ .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user