initial commit

Este commit está contenido en:
ale
2024-08-04 01:28:03 +02:00
commit 93bafe53b5
Se han modificado 2 ficheros con 15 adiciones y 0 borrados

8
Dockerfile Archivo normal
Ver fichero

@@ -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

7
README.md Archivo normal
Ver fichero

@@ -0,0 +1,7 @@
# wikileaks-docker
Simple `Dockerfile` that download and expose wikileaks files.
# License
MIT