mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-08 19:29:17 +08:00
Change vernemq building source revision (#1402)
Signed-off-by: Ivan Milosevic <iva@blokovi.com>
This commit is contained in:
parent
6770c19279
commit
cd11728073
@ -1,8 +1,9 @@
|
||||
# Builder
|
||||
FROM erlang:22-alpine AS builder
|
||||
RUN apk add --update git build-base bsd-compat-headers openssl-dev snappy-dev curl \
|
||||
&& git clone -b 1.11.0 https://github.com/vernemq/vernemq \
|
||||
&& git clone https://github.com/vernemq/vernemq \
|
||||
&& cd vernemq \
|
||||
&& git checkout eb1a262035af47e90d9edf07f36c1b1503557c1f \
|
||||
&& make -j 16 rel
|
||||
|
||||
# Executor
|
||||
|
Loading…
x
Reference in New Issue
Block a user