Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-staticcms
This commit is contained in:
commit
6b2418dad9
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@ stages:
|
||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
image: registry.gitlab.com/fnux/ungleich-images/staticcms-ci:latest
|
image: code.ungleich.ch:5050/ungleich-public/ungleich-staticcms:latest
|
||||||
variables:
|
variables:
|
||||||
BUILDDIR: "build/"
|
BUILDDIR: "build/"
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,5 @@ FROM debian:latest
|
||||||
MAINTAINER Timothée Floure <timothee.floure@ungleich.ch>
|
MAINTAINER Timothée Floure <timothee.floure@ungleich.ch>
|
||||||
|
|
||||||
RUN apt-get update
|
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…
Reference in a new issue