Browse Source

add svn package

pull/151/head
gilbN 4 years ago
parent
commit
e990cc7650
  1. 5
      qbittorrent/Dockerfile

5
qbittorrent/Dockerfile

@ -1,4 +1,9 @@
FROM scratch
RUN \
echo "::theme.park:: Installing svn package" && \
apt-get update \
apt-get install subversion
# copy local files
COPY root/ /
Loading…
Cancel
Save