Skip to content

Instantly share code, notes, and snippets.

@wrr
Created January 25, 2024 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wrr/282081b926485ab3adaa6e14e40e5f5b to your computer and use it in GitHub Desktop.
Save wrr/282081b926485ab3adaa6e14e40e5f5b to your computer and use it in GitHub Desktop.
A Dockerfile to install tinkerer (https://github.com/vladris/tinkerer)
FROM ubuntu:focal
WORKDIR /blog
RUN apt-get update
RUN apt install -y python3 pip
RUN pip install Jinja2==2.3 Sphinx==1.7.1 Babel==1.3 pyquery==1.2.8 tinkerer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment