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

swh-loader-svn: Drop no longer required build dependency

It used to be necessary for subvertpy packaging.
parent 7e1d37bc
No related branches found
Tags swh-loader-highpriority-20221020.1
1 merge request!9swh-loader-svn: Build rsvndump dependency
......@@ -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 \
libsvn-dev libapr1-dev libaprutil1-dev subversion && \
subversion && \
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