diff --git a/Dockerfile.trixie b/Dockerfile.trixie index 4364b589..c358b04b 100644 --- a/Dockerfile.trixie +++ b/Dockerfile.trixie @@ -11,6 +11,7 @@ RUN apt-get install --no-install-recommends -y dpkg-dev devscripts curl git RUN apt-get update -qq RUN apt-get install --no-install-recommends -y libminiupnpc-dev libnatpmp-dev spectrum2 libpurple-dev cmake libssl-dev +COPY . spectrum2/ FROM base as staging