mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 15:51:01 +00:00
Merge pull request #1649 from tgruben/fix-backup
change alpine install to ubuntu
This commit is contained in:
commit
37bb8dee0e
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