mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Add base system, curl and jq for debug and checks.
This commit is contained in:
parent
0fc08c696a
commit
e80d5c5e56
1 changed files with 3 additions and 1 deletions
|
|
@ -5,10 +5,12 @@ COPY . /go/src/github.com/pilosa/pilosa/
|
|||
RUN cd /go/src/github.com/pilosa/pilosa \
|
||||
&& CGO_ENABLED=0 make install-dep install FLAGS="-a"
|
||||
|
||||
FROM scratch
|
||||
FROM alpine:3.8
|
||||
|
||||
LABEL maintainer "dev@pilosa.com"
|
||||
|
||||
RUN apk add --no-cache curl jq
|
||||
|
||||
COPY --from=builder /go/bin/pilosa /pilosa
|
||||
|
||||
COPY LICENSE /LICENSE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue