From 4d1b95d89de65ce686a32f16b079eb13974ab6aa Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Mon, 11 Jun 2018 14:46:54 +0200 Subject: [PATCH] Fix typo --- CentOSDockerfile | 3 +-- OpenSuseDockerfile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CentOSDockerfile b/CentOSDockerfile index d6d4f6d4..b82c5a4e 100644 --- a/CentOSDockerfile +++ b/CentOSDockerfile @@ -23,8 +23,7 @@ RUN git clone --depth $GIT_DEPTH https://github.com/zeromq/zproject.git && cd zp RUN git clone --depth $GIT_DEPTH --branch v4.1.3 https://github.com/zeromq/zeromq4-1 zeromq4-1 && cd zeromq4-1 && ./autogen.sh && ./configure --without-libsodium --prefix=/usr/local && make && make install # Installation of CZMQ v3.0.2 from github. -# Be careful, the us of Version 4.0 needs changes in code. +# Be careful, the use of Version 4.0 needs changes in code. RUN git clone --depth $GIT_DEPTH --branch v3.0.2 https://github.com/zeromq/czmq czmq && cd czmq && ./autogen.sh && ./configure --without-libsodium --prefix=/usr/local && make && make install RUN ldconfig - diff --git a/OpenSuseDockerfile b/OpenSuseDockerfile index e7449315..524caf96 100644 --- a/OpenSuseDockerfile +++ b/OpenSuseDockerfile @@ -23,8 +23,7 @@ RUN git clone --depth $GIT_DEPTH https://github.com/zeromq/zproject.git && cd zp RUN git clone --depth $GIT_DEPTH --branch v4.1.3 https://github.com/zeromq/zeromq4-1 zeromq4-1 && cd zeromq4-1 && ./autogen.sh && ./configure --without-libsodium --prefix=/usr/local && make && make install # Installation of CZMQ v3.0.2 from github. -# Be careful, the us of Version 4.0 needs changes in code. +# Be careful, the use of Version 4.0 needs changes in code. RUN git clone --depth $GIT_DEPTH --branch v3.0.2 https://github.com/zeromq/czmq czmq && cd czmq && ./autogen.sh && ./configure --without-libsodium --prefix=/usr/local && make && make install RUN ldconfig -