Skip to content

Commit

Permalink
Merge pull request #27 from nteract/rely-on-zmq-script-not-hash
Browse files Browse the repository at this point in the history
Rely on zmq script not hash
  • Loading branch information
captainsafia authored Sep 5, 2016
2 parents c63d7ef + d4f850d commit 6bc1cf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ RUN apt-get update -y
RUN apt-get install -y pkg-config
RUN npm install -g prebuild

# libzmq-4.1.5 prerelease for tweetnacl build fixes
ENV ZMQ b539733cee0f47f9bf1a70dc7cb7ff20410d3380
ENV NODE_VERSION 5

ADD . /zmq-prebuilt
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ docker run -it zmqprebuilt prebuild --all -u $GITHUB_TOKEN
From a Mac:

```
./build_libzmq.sh
npm install
npm install -g prebuild
prebuild --all -u $GITHUB_TOKEN
Expand Down

0 comments on commit 6bc1cf3

Please sign in to comment.