mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
fix clustertests
This commit is contained in:
parent
a021412d00
commit
faf1f93071
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@ FROM golang:1.13
|
|||
|
||||
LABEL maintainer "dev@pilosa.com"
|
||||
|
||||
COPY . /go/src/github.com/pilosa/pilosa/
|
||||
COPY . /go/src/github.com/molecula/featurebase/
|
||||
|
||||
RUN cd /go/src/github.com/pilosa/pilosa \
|
||||
RUN cd /go/src/github.com/molecula/featurebase \
|
||||
&& make install FLAGS="-a -mod=vendor"
|
||||
|
||||
# download pumba for fault injection
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue