Skip to content
Snippets Groups Projects
Unverified Commit af194d63 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh.lister: Build image with new dependencies for logs

Related to T4144
parent b2931fb9
No related branches found
Tags swh-vault-cookers-20240308.1
No related merge requests found
......@@ -2,7 +2,7 @@ FROM python:3.10-bullseye
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get install -y libcmph-dev librdkafka-dev \
apt-get install -y libcmph-dev librdkafka-dev libsystemd-dev \
opam git r-base-core r-cran-jsonlite && \
apt clean && \
addgroup --gid 1000 swh && \
......
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