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
No related tags found
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 && \
......
  • Phabricator Migration user @phabricator-migration ·
    Owner

    Some references in the commit message have been migrated:

    • T4144 is now infra/sysadm-environment#4144
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