Skip to content

Commit

Permalink
fix alpine repo urls
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
Jess Frazelle committed Nov 29, 2018
1 parent 42a6a53 commit 3c0ec06
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion clisp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM alpine:latest
LABEL maintainer "Jessie Frazelle <[email protected]>"

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

Expand Down
1 change: 1 addition & 0 deletions couchpotato/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN apk add --no-cache \
&& rm -rf /var/lib/apt/lists/*

RUN pip install \
cffi \
lxml \
pyopenssl

Expand Down
2 changes: 1 addition & 1 deletion doctor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LABEL maintainer "Jessie Frazelle <[email protected]>"
# 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
Expand Down
2 changes: 1 addition & 1 deletion dunnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LABEL maintainer "Jessie Frazelle <[email protected]>"
# 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
Expand Down
2 changes: 1 addition & 1 deletion evince/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM alpine:latest
LABEL maintainer "Christian Koep <[email protected]>"

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

Expand Down
2 changes: 1 addition & 1 deletion gnuplot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:latest
LABEL maintainer "Jessie Frazelle <[email protected]>"

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"]
2 changes: 1 addition & 1 deletion irssi/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libreoffice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM alpine:latest
LABEL maintainer "Jessie Frazelle <[email protected]>"

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

Expand Down
2 changes: 1 addition & 1 deletion lpass/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion mutt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nomad/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion postfix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sickbeard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL maintainer "Jessie Frazelle <[email protected]>"


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 \
Expand Down
2 changes: 1 addition & 1 deletion tetris/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LABEL maintainer "Jessie Frazelle <[email protected]>"
# 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
Expand Down
2 changes: 1 addition & 1 deletion vault/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3c0ec06

Please sign in to comment.