Merge pull request #1649 from tgruben/fix-backup

change alpine install to ubuntu
This commit is contained in:
tgruben 2021-07-02 15:03:21 -05:00 committed by GitHub
commit 37bb8dee0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 /