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

swh-lister: Add sed dependency

Refs. swh/infra/sysadm-environment#4890
parent 59505203
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@ FROM python:3.10-bullseye
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get install -y libcmph-dev librdkafka-dev libsystemd-dev \
opam git r-base-core r-cran-jsonlite && \
opam git r-base-core r-cran-jsonlite \
sed && \
apt clean && \
addgroup --gid 1000 swh && \
useradd --gid 1000 --uid 1000 -m -d /opt/swh 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