mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 15:51:01 +00:00
Use -y for apt-get command
This commit is contained in:
parent
9e56335ff9
commit
a7654ee750
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ RUN make build FLAGS="-o build/pilosa" ${MAKE_FLAGS}
|
|||
|
||||
FROM moleculacorp/idk as idk
|
||||
LABEL maintainer "dev@molecula.com"
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y bash curl jq
|
||||
RUN apt-get update -y
|
||||
RUN apt-get install -y bash curl jq
|
||||
|
||||
|
||||
COPY --from=pilosa-builder /pilosa/build/pilosa /
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue