Browse Source

asdassadsa

pull/151/head
gilbN 4 years ago
parent
commit
da1b26b294
  1. 7
      qbittorrent/Dockerfile

7
qbittorrent/Dockerfile

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