Skip to content

Commit 91e11ef

Browse files
committed
fixup! chore: dockerize mcrouter
1 parent 66d88fd commit 91e11ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dockerfiles/mcrouter/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ RUN curl -Ls "https://github.com/facebook/mcrouter/archive/${MCROUTER_VERSION}.t
9090
| tar xvzf - --strip-components=1 \
9191
&& cd mcrouter \
9292
&& autoreconf --install \
93-
&& ./configure \
93+
&& LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/usr/local/lib \
94+
./configure --prefix=/usr/local/mcrouter \
9495
&& make -j $(nproc) \
9596
&& rm -rf /usr/src/*
9697

0 commit comments

Comments
 (0)