fix alpine repo urls

Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
Jess Frazelle 2018-11-29 16:49:49 -05:00
parent 42a6a534bc
commit 3c0ec06020
15 changed files with 15 additions and 14 deletions

View file

@ -7,7 +7,7 @@ FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
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

View file

@ -38,6 +38,7 @@ RUN apk add --no-cache \
&& rm -rf /var/lib/apt/lists/*
RUN pip install \
cffi \
lxml \
pyopenssl

View file

@ -21,7 +21,7 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# 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

View file

@ -21,7 +21,7 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# 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

View file

@ -11,7 +11,7 @@ FROM alpine:latest
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
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

View file

@ -2,7 +2,7 @@ FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
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"]

View file

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

View file

@ -14,7 +14,7 @@ FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
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

View file

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

View file

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

View file

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

View file

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

View file

@ -14,7 +14,7 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
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 \

View file

@ -21,7 +21,7 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# 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

View file

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