From a60a8178b502fe232f39b835be7b9d619ec1e4f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Thu, 11 Jun 2020 16:50:41 +0200 Subject: [PATCH] Update CI image for lektor/master --- .gitlab-ci.yml | 2 +- Dockerfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a6dbe7..5778c44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - build - deploy -image: registry.gitlab.com/fnux/ungleich-images/staticcms-ci:latest +image: code.ungleich.ch:5050/ungleich-public/ungleich-staticcms:latest variables: BUILDDIR: "build/" diff --git a/Dockerfile b/Dockerfile index ad99858..9233d33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,5 @@ FROM debian:latest MAINTAINER Timothée Floure RUN apt-get update -RUN apt-get install -y make lektor imagemagick openssh-client rsync +RUN apt-get install -y make python3-pip imagemagick openssh-client rsync git +RUN pip3 install git+https://github.com/lektor/lektor/