Skip to content

Commit

Permalink
libzmq in docker trial 2
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Mar 4, 2019
1 parent fe5b36c commit 40eef48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ paket-files/
.paket/paket.bootstrapper
.paket/paket.bootstrapper.exe
Dockerfile
README.md
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y locales && \
locale-gen C C.UTF-8 && \
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales && \
DEBIAN_FRONTEND=noninteractive apt-get install -y libczmq4 libprotobuf-c-dev libprotobuf10 ca-certificates && \
DEBIAN_FRONTEND=noninteractive apt-get install -y libzmq3-dev libczmq4 libprotobuf-c-dev libprotobuf10 ca-certificates && \
ldconfig

WORKDIR /logary/
Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 5.0.0-rc.4
* Correct ZMQ installation in Debian-based Dockerfile for Rutta, second try, thanks @haf

#### 5.0.0-rc.3
* Correct ZMQ installation in Debian-based Dockerfile for Rutta, thanks @haf
* Correct response headers for CORS POST requests for /i/logary, thanks @haf
Expand Down

0 comments on commit 40eef48

Please sign in to comment.