Browse Source

answer yes on install

pull/151/head
gilbN 4 years ago
parent
commit
eef6763d9e
  1. 2
      qbittorrent/Dockerfile

2
qbittorrent/Dockerfile

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