aboutsummaryrefslogtreecommitdiff
path: root/src/pelican
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2019-12-23 07:33:04 -0800
committerMax Resnick <max@ofmax.li>2019-12-23 07:33:04 -0800
commit3ec61949c43463f7771301b9c4f4265eb15a0487 (patch)
tree5a917d75a60884d04c507d326890bf77cb70bd3c /src/pelican
downloadgrumpy-containers-3ec61949c43463f7771301b9c4f4265eb15a0487.tar.gz
initial commit
Diffstat (limited to 'src/pelican')
-rw-r--r--src/pelican/Dockerfile5
-rw-r--r--src/pelican/VERSION1
2 files changed, 6 insertions, 0 deletions
diff --git a/src/pelican/Dockerfile b/src/pelican/Dockerfile
new file mode 100644
index 0000000..8a902f4
--- /dev/null
+++ b/src/pelican/Dockerfile
@@ -0,0 +1,5 @@
+FROM registry.gitlab.com/grumps/grumpy-containers/base:v0.0.1
+RUN apt-get update -y && apt-get install -y python3-pip libsass-dev ruby-sass
+RUN pip3 install pelican webassets Pillow markdown cssmin libsass
+USER app
+WORKDIR /opt/app
diff --git a/src/pelican/VERSION b/src/pelican/VERSION
new file mode 100644
index 0000000..52cad5e
--- /dev/null
+++ b/src/pelican/VERSION
@@ -0,0 +1 @@
+v4.1.1