Browse Source

run fix

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

2
qbittorrent/Dockerfile

@ -2,7 +2,7 @@ FROM scratch
RUN \
echo "THEMEPARK :: INFO :: Installing svn package" && \
apt-get update \
apt-get update && \
apt-get install subversion -y
# copy local files

Loading…
Cancel
Save