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

fix dockerfile

parent 8220dc0d
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
cmake/bullseye-backports \
cmake \
libicu-dev \
libfabric-dev \
librdkafka-dev \
......@@ -30,6 +30,7 @@ RUN set -eux; \
nginx-light \
mongodb-org-server \
; \
apt-get install -y --no-install-recommends cmake/bullseye-backports; \
DEBIAN_FRONTEND=noninteractive apt-get install -y slapd; \
rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment