Parcourir la source

Use archiveteam megawarc repo. Install zstd packages.

master
arkiver il y a 4 ans
Parent
révision
a53947ae4d
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +3
    -1
      Dockerfile

+ 3
- 1
Dockerfile Voir le fichier

@@ -1,8 +1,10 @@
FROM debian:stretch-slim
RUN DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -qqy --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-unsafe-io update \
&& DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -qqy --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-unsafe-io install python python2.7 rsync git ca-certificates curl
&& DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -qqy --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-unsafe-io -t buster-backports install zstd libzstd-dev libzstd1 \
&& pip install zstandard
COPY * factory/
RUN git clone https://github.com/alard/megawarc.git /factory/megawarc
RUN git clone https://github.com/archiveteam/megawarc.git /factory/megawarc
WORKDIR /factory
COPY docker-boot.sh /
RUN chmod +x /docker-boot.sh


Chargement…
Annuler
Enregistrer