mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
change alpine install to ubuntu
This commit is contained in:
parent
69ef605f93
commit
bf26aa9d57
1 changed files with 1 additions and 1 deletions
|
|
@ -13,8 +13,8 @@ COPY . ./
|
|||
RUN make build FLAGS="-o build/pilosa" ${MAKE_FLAGS}
|
||||
|
||||
FROM moleculacorp/idk as idk
|
||||
RUN apk add --no-cache bash curl jq
|
||||
LABEL maintainer "dev@molecula.com"
|
||||
RUN apt-get install -y bash curl jq
|
||||
|
||||
|
||||
COPY --from=pilosa-builder /pilosa/build/pilosa /
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue