Skip to content
Snippets Groups Projects
Commit 74bc0415 authored by François-Simon Fauteux-Chapleau's avatar François-Simon Fauteux-Chapleau
Browse files

Docker: add libupnp-dev and libnatpmp-dev

GitLab: #37
Change-Id: Ib0b5b5d9767da1749f80c2cb5c147214bafe9d58
parent 49da80fb
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
libncurses5-dev libreadline-dev nettle-dev libcppunit-dev \
libgnutls28-dev libuv1-dev libjsoncpp-dev libargon2-dev libunistring-dev \
libssl-dev libfmt-dev libasio-dev libmsgpack-dev libyaml-cpp-dev \
libupnp-dev libnatpmp-dev \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/apt/*
COPY . dhtnet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment