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

swh-loader-svn/Dockerfile: Explicit the libsvn-dev dependency

It's currently pulled from the rsvndump image but it should be explicitely defined. It's
already the case for the Dockerfile of the save-code-now apps for example.

Refs sysadm-environment#4894
parent f4285ea3
No related branches found
Tags swh-graphql-20240814.1
No related merge requests found
......@@ -9,7 +9,7 @@ COPY --from=rsvndump_image ${RSVNDUMP} ${RSVNDUMP}
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get install -y libcmph-dev librdkafka-dev \
subversion && \
subversion libsvn-dev && \
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