Browse Source

Update CI image for lektor/master

master
fnux 3 years ago
parent
commit
a60a8178b5
  1. 2
      .gitlab-ci.yml
  2. 3
      Dockerfile

2
.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/"

3
Dockerfile

@ -4,4 +4,5 @@ FROM debian:latest
MAINTAINER Timothée Floure <timothee.floure@ungleich.ch>
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/

Loading…
Cancel
Save