ungleich-staticcms/Dockerfile

15 lines
308 B
Docker
Raw Normal View History

2020-02-07 18:36:25 +00:00
# This image used for CI.
2022-02-03 11:47:21 +00:00
FROM alpine:3.15
MAINTAINER ungleich <foss@ungleich.ch>
RUN pip install lektor
RUN mkdir /build /data
COPY . /data
FROM nginx:
2020-02-07 18:36:25 +00:00
RUN apt-get update
2020-06-11 14:50:41 +00:00
RUN apt-get install -y make python3-pip imagemagick openssh-client rsync git
RUN pip3 install git+https://github.com/lektor/lektor/