Skip to content

Commit 592665d

Browse files
committed
fixup! chore: dockerize mcrouter
1 parent 3c71cce commit 592665d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dockerfiles/mcrouter/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ RUN curl -Ls "https://github.com/facebook/fbthrift/archive/${FBTHRIFT_VERSION}.t
8484
&& cmake -Dcompiler_only=ON .. \
8585
&& make -j $(nproc) \
8686
&& make install \
87-
&& cp -rp /usr/src/thrift/lib/ /usr/local/include/thrift/
87+
&& cp -rp /usr/src/fbthrift/thrift/lib/ /usr/local/include/thrift/
8888

8989
WORKDIR /usr/src/mcrouter
9090

9191
RUN curl -Ls "https://github.com/facebook/mcrouter/archive/${MCROUTER_VERSION}.tar.gz" \
9292
| tar xvzf - --strip-components=1 \
9393
&& cd mcrouter \
94-
&& sed -i '/AC_CHECK_LIB([ssl]/d' configure.ac \
94+
&& sed -i /SSL_library_init/d configure.ac \
9595
&& autoreconf --install \
9696
&& ./configure \
9797
&& make -j $(nproc) \

0 commit comments

Comments
 (0)