Skip to content

Commit

Permalink
Dockerfile: build on VerneMQ master
Browse files Browse the repository at this point in the history
It supports OTP 26.

Signed-off-by: Arnaldo Cesco <[email protected]>
  • Loading branch information
Annopaolo committed Nov 30, 2023
1 parent 148fde8 commit ca8d6f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ WORKDIR /build
RUN apt-get -qq update && apt-get -qq install libsnappy-dev libssl-dev

# Let's start by building VerneMQ
RUN git clone https://github.com/vernemq/vernemq.git -b 1.13.0
RUN git clone https://github.com/vernemq/vernemq.git

RUN cd vernemq && \
# Check out latest master
git checkout 1cc57fa60f50b57784f2b56f79e09d5748aa90f7 && \
make rel && \
cd ..

Expand Down

0 comments on commit ca8d6f1

Please sign in to comment.