ci: Optimize refreshing Docker image for GitLabCI

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2020-03-01 17:42:21 +05:30 committed by James Valleroy
parent e383751728
commit a8e2464b99
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -1,5 +1,9 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM debian:unstable
# 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.
FROM registry.salsa.debian.org/freedombox-team/plinth:gitlabci
USER root
COPY . /plinth