We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d88fd commit 91e11efCopy full SHA for 91e11ef
1 file changed
dockerfiles/mcrouter/Dockerfile
@@ -90,7 +90,8 @@ RUN curl -Ls "https://github.com/facebook/mcrouter/archive/${MCROUTER_VERSION}.t
90
| tar xvzf - --strip-components=1 \
91
&& cd mcrouter \
92
&& autoreconf --install \
93
- && ./configure \
+ && LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/usr/local/lib \
94
+ ./configure --prefix=/usr/local/mcrouter \
95
&& make -j $(nproc) \
96
&& rm -rf /usr/src/*
97
0 commit comments