diff --git a/Dockerfile b/Dockerfile index 13292b4..9a1e283 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,7 @@ RUN \ qmake -recursive main.pro CONFIG+="no-client no-g15 no-bonjour grpc" \ && make release + FROM debian:buster EXPOSE 64738/tcp 64738/udp