Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gbonnefille committed Jun 11, 2018
1 parent b630a3f commit 4d1b95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CentOSDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

3 changes: 1 addition & 2 deletions OpenSuseDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4d1b95d

Please sign in to comment.