Kaynağa Gözat

Create Dockerfile

Initial checkin
master
Matt Iggo 4 yıl önce
committed by GitHub
ebeveyn
işleme
d498c8539b
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  1. +11
    -0
      Dockerfile

+ 11
- 0
Dockerfile Dosyayı Görüntüle

@@ -0,0 +1,11 @@
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 up
date \
&& 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 in
stall python python2.7 rsync git ca-certificates curl
COPY files/* factory/
RUN git clone https://github.com/alard/megawarc.git /factory/megawarc
WORKDIR /factory
COPY docker-boot.sh /
RUN chmod +x /docker-boot.sh
ENTRYPOINT ["/docker-boot.sh"]

Yükleniyor…
İptal
Kaydet