rtorrent-flood: add CONTEXT_PATH

This commit is contained in:
Wonderfall
2017-02-22 22:08:50 +01:00
parent 84183c01b6
commit 01251821b5
4 changed files with 8 additions and 3 deletions

View File

@ -8,6 +8,7 @@ ARG BUILD_CORES
ENV UID=991 GID=991 \
FLOOD_SECRET=supersecret \
CONTEXT_PATH=/ \
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
RUN NB_CORES=${BUILD_CORES-`getconf _NPROCESSORS_CONF`} \