Skip to content

Instantly share code, notes, and snippets.

View kincsescsaba's full-sized avatar
🎯
Focusing

Csaba Kincses kincsescsaba

🎯
Focusing
View GitHub Profile
@kincsescsaba
kincsescsaba / Dockerfile
Created September 21, 2021 20:43
Dockerized from-source Ghost CMS (experimental)
# https://docs.ghost.org/faq/node-versions/
# https://github.com/nodejs/Release (looking for "LTS")
# https://github.com/TryGhost/Ghost/blob/v4.1.2/package.json#L38
FROM node:14-alpine3.13
# grab su-exec for easy step-down from root
RUN apk add --no-cache 'su-exec>=0.2'
RUN apk add --no-cache git openssh python3 make; \
ln -sf python3 /usr/bin/python