Skip to content
Snippets Groups Projects
Commit 1570a932 authored by George Sedov's avatar George Sedov
Browse files

make asapo standalone install non-intercative

parent 4e8a3f3a
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@ FROM debian:bullseye
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates \
supervisor \
librdkafka++1 \
......@@ -20,7 +20,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/mongodb-server-6.0.gpg] http://repo
RUN echo "deb [signed-by=/usr/share/keyrings/influxdb.gpg] https://repos.influxdata.com/debian bullseye stable" > /etc/apt/sources.list.d/influxdb.list
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
influxdb \
mongodb-org; \
rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment