mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
updated dockerfile to use libmsquic v2.1.8 that works.
This commit is contained in:
@@ -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 libmsquic=2.1.8 -y; apt clean -y;
|
||||
|
||||
COPY ./DnsServerApp/bin/Release/publish/ .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user