Skip to content
Snippets Groups Projects
Commit 89401b44 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Get back supervisord

parent 52faaf1c
Branches
Tags
No related merge requests found
......@@ -13,8 +13,14 @@ RUN echo "deb [signed-by=/usr/share/keyrings/influxdb.gpg] https://repos.influxd
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
apt-utils
RUN set -eux; \
apt-get update; \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
cmake \
supervisor \
libicu-dev \
libfabric-dev \
librdkafka-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment