mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ci: Switch docker image to testing
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
a8e2464b99
commit
2955057f4a
@ -2,15 +2,15 @@
|
||||
|
||||
# This is an IaC pattern called "reheating a server template".
|
||||
# This is very fast but can accumulate cruft over time.
|
||||
# Use debian:unstable if you want to build a fresh image.
|
||||
# Use debian:testing if you want to build a fresh image.
|
||||
FROM registry.salsa.debian.org/freedombox-team/plinth:gitlabci
|
||||
|
||||
USER root
|
||||
COPY . /plinth
|
||||
WORKDIR /plinth
|
||||
|
||||
RUN echo "deb http://deb.debian.org/debian unstable main" > /etc/apt/sources.list
|
||||
RUN echo "deb-src http://deb.debian.org/debian unstable main" >> /etc/apt/sources.list
|
||||
RUN echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list
|
||||
RUN echo "deb-src http://deb.debian.org/debian testing main" >> /etc/apt/sources.list
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user