diff options
| author | Max Resnick <max@ofmax.li> | 2019-12-23 07:33:04 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2019-12-23 07:33:04 -0800 |
| commit | 3ec61949c43463f7771301b9c4f4265eb15a0487 (patch) | |
| tree | 5a917d75a60884d04c507d326890bf77cb70bd3c /src/pelican/Dockerfile | |
| download | grumpy-containers-3ec61949c43463f7771301b9c4f4265eb15a0487.tar.gz | |
initial commit
Diffstat (limited to 'src/pelican/Dockerfile')
| -rw-r--r-- | src/pelican/Dockerfile | 5 |
1 files changed, 5 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 |