initial commit
This commit is contained in:
commit
93bafe53b5
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM debian:sid as download
|
||||
RUN apt update && apt install -y aria2 wget && apt clean
|
||||
RUN wget https://file.wikileaks.org/files-all.torrent
|
||||
RUN mkdir /wikileaks
|
||||
RUN aria2c --seed-time=0 -d /wikileaks files-all.torrent
|
||||
|
||||
FROM nginx as wikileaks
|
||||
COPY --from=download /wikileaks/file /usr/share/nginx/html
|
Loading…
Reference in New Issue
Block a user