diff --git a/clisp/Dockerfile b/clisp/Dockerfile index e74d8cd..123781d 100644 --- a/clisp/Dockerfile +++ b/clisp/Dockerfile @@ -7,7 +7,7 @@ FROM alpine:latest LABEL maintainer "Jessie Frazelle " RUN apk --no-cache add \ - --repository https://dl-3.alpinelinux.org/alpine/edge/testing/ \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \ ca-certificates \ clisp diff --git a/couchpotato/Dockerfile b/couchpotato/Dockerfile index 5aea077..414bfb5 100644 --- a/couchpotato/Dockerfile +++ b/couchpotato/Dockerfile @@ -38,6 +38,7 @@ RUN apk add --no-cache \ && rm -rf /var/lib/apt/lists/* RUN pip install \ + cffi \ lxml \ pyopenssl diff --git a/doctor/Dockerfile b/doctor/Dockerfile index cecad81..85e31b4 100644 --- a/doctor/Dockerfile +++ b/doctor/Dockerfile @@ -21,7 +21,7 @@ LABEL maintainer "Jessie Frazelle " # Install emacs: # Note: Emacs is only community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 RUN apk --no-cache add \ - --repository https://dl-3.alpinelinux.org/alpine/edge/community/ \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \ emacs # Autorun doctor diff --git a/dunnet/Dockerfile b/dunnet/Dockerfile index 6a3f30c..8483ef3 100644 --- a/dunnet/Dockerfile +++ b/dunnet/Dockerfile @@ -21,7 +21,7 @@ LABEL maintainer "Jessie Frazelle " # Install emacs: # Note: Emacs is only in community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 RUN apk --no-cache add \ - --repository https://dl-3.alpinelinux.org/alpine/edge/community/ \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \ emacs # Autorun dunnet diff --git a/evince/Dockerfile b/evince/Dockerfile index ee5b710..8925f35 100644 --- a/evince/Dockerfile +++ b/evince/Dockerfile @@ -11,7 +11,7 @@ FROM alpine:latest LABEL maintainer "Christian Koep " RUN apk --no-cache add \ - --repository https://dl-3.alpinelinux.org/alpine/edge/community \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/community \ evince \ ttf-opensans diff --git a/gnuplot/Dockerfile b/gnuplot/Dockerfile index 1675eae..c7f68b0 100644 --- a/gnuplot/Dockerfile +++ b/gnuplot/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest LABEL maintainer "Jessie Frazelle " RUN apk --no-cache add \ - --repository https://dl-3.alpinelinux.org/alpine/edge/testing/ \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \ gnuplot ENTRYPOINT ["gnuplot"] diff --git a/irssi/Dockerfile b/irssi/Dockerfile index aef7bde..0d1be70 100644 --- a/irssi/Dockerfile +++ b/irssi/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest RUN apk --no-cache add \ - --repository https://dl-3.alpinelinux.org/alpine/latest-stable/community \ + --repository http://dl-cdn.alpinelinux.org/alpine/latest-stable/community \ ca-certificates \ perl-datetime \ perl-timedate diff --git a/libreoffice/Dockerfile b/libreoffice/Dockerfile index 495c23c..17fa809 100644 --- a/libreoffice/Dockerfile +++ b/libreoffice/Dockerfile @@ -14,7 +14,7 @@ FROM alpine:latest LABEL maintainer "Jessie Frazelle " RUN apk --no-cache add \ - --repository https://dl-3.alpinelinux.org/alpine/edge/testing \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \ libreoffice \ ttf-dejavu diff --git a/lpass/Dockerfile b/lpass/Dockerfile index 6dc4d25..e7e3690 100644 --- a/lpass/Dockerfile +++ b/lpass/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache \ libxml2 \ libressl \ xclip \ - --repository https://dl-3.alpinelinux.org/alpine/edge/main + --repository http://dl-cdn.alpinelinux.org/alpine/edge/main RUN set -x \ && apk add --no-cache --virtual .build-deps \ diff --git a/mutt/Dockerfile b/mutt/Dockerfile index b6afab3..93ef87f 100644 --- a/mutt/Dockerfile +++ b/mutt/Dockerfile @@ -23,7 +23,7 @@ RUN apk --no-cache add \ mutt \ mutt-doc \ vim \ - --repository https://dl-3.alpinelinux.org/alpine/edge/main + --repository http://dl-cdn.alpinelinux.org/alpine/edge/main # a browser is necessary! ENV BROWSER lynx diff --git a/nomad/Dockerfile b/nomad/Dockerfile index 21542f7..17d2957 100644 --- a/nomad/Dockerfile +++ b/nomad/Dockerfile @@ -5,7 +5,7 @@ ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV GOPATH /go RUN apk add --no-cache \ - --repository https://dl-3.alpinelinux.org/alpine/edge/main/ \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ \ bash \ ca-certificates \ gcc \ diff --git a/postfix/Dockerfile b/postfix/Dockerfile index a713347..4b20c05 100644 --- a/postfix/Dockerfile +++ b/postfix/Dockerfile @@ -8,7 +8,7 @@ RUN apk add --no-cache \ postfix \ rsyslog \ runit \ - --repository https://dl-3.alpinelinux.org/alpine/edge/main + --repository http://dl-cdn.alpinelinux.org/alpine/edge/main COPY service /etc/service COPY runit_bootstrap /usr/sbin/runit_bootstrap diff --git a/sickbeard/Dockerfile b/sickbeard/Dockerfile index 684b301..399b058 100644 --- a/sickbeard/Dockerfile +++ b/sickbeard/Dockerfile @@ -14,7 +14,7 @@ LABEL maintainer "Jessie Frazelle " RUN apk add --no-cache \ - --repository https://dl-3.alpinelinux.org/alpine/edge/community \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/community \ ca-certificates \ git \ python \ diff --git a/tetris/Dockerfile b/tetris/Dockerfile index e50d81f..8967429 100644 --- a/tetris/Dockerfile +++ b/tetris/Dockerfile @@ -21,7 +21,7 @@ LABEL maintainer "Jessie Frazelle " # Install emacs: # Note: Emacs is only in community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 RUN apk --no-cache add \ - --repository https://dl-3.alpinelinux.org/alpine/edge/community/ \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \ emacs # Autorun tetris diff --git a/vault/Dockerfile b/vault/Dockerfile index 34f40b0..d1c70b0 100644 --- a/vault/Dockerfile +++ b/vault/Dockerfile @@ -5,7 +5,7 @@ ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV GOPATH /go RUN apk add --no-cache \ - --repository https://dl-3.alpinelinux.org/alpine/edge/main/ \ + --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ \ bash \ ca-certificates \ git \