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

swh-loader-cvs: Fix missing runtime dependency

Related to T4540
parent 58eadb75
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ FROM python:3.10-bullseye
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get install -y libcmph-dev librdkafka-dev \
cvs && \
cvs rsync && \
apt clean && \
addgroup --gid 1000 swh && \
useradd --gid 1000 --uid 1000 -m -d /opt/swh swh && \
......
  • Phabricator Migration user @phabricator-migration ·
    Owner

    Some references in the commit message have been migrated:

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