FROM registry.gitlab.com/grumps/grumpy-containers/base:v0.0.3 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