Use -y for apt-get command

This commit is contained in:
Alan Bernstein 2021-07-27 10:21:08 -05:00
parent 9e56335ff9
commit a7654ee750

View file

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