Created
January 25, 2024 15:24
-
-
Save wrr/282081b926485ab3adaa6e14e40e5f5b to your computer and use it in GitHub Desktop.
A Dockerfile to install tinkerer (https://github.com/vladris/tinkerer)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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