mirror of
https://github.com/linuxserver/picons-builder.git
synced 2026-02-11 12:59:26 +08:00
switch to gitlab for picons source
This commit is contained in:
parent
731161132c
commit
0568dd470d
@ -11,12 +11,9 @@ RUN \
|
||||
gzip \
|
||||
imagemagick \
|
||||
librsvg \
|
||||
pngquant \
|
||||
tar \
|
||||
util-linux && \
|
||||
|
||||
apk add --no-cache \
|
||||
--repository http://nl.alpinelinux.org/alpine/edge/community \
|
||||
pngquant
|
||||
util-linux
|
||||
|
||||
# copy build script
|
||||
COPY root/ /
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
rm -rf /tmp/*
|
||||
|
||||
# clone picon repository
|
||||
git clone https://github.com/picons/picons-source.git /usr/src/picons-source
|
||||
git clone https://gitlab.com/picons/picons.git /usr/src/picons-source
|
||||
|
||||
# copy backgrounds.conf to build-input
|
||||
cp /backgrounds.conf /usr/src/picons-source/build-input/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user