commit c5d7928c4a7e15c5448c8faa5a179f9ecd8e2199 parent a593ac399e7c33fea8afd17e4dc9837adbd0e26e Author: cbeauhilton <34774299+cbeauhilton@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:09:04 -0500 add deps Diffstat:
M | Dockerfile | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile @@ -1,10 +1,11 @@ FROM ubuntu:latest # Install dependencies -RUN apt-get update && apt-get install -y wget tar +RUN apt-get update && apt-get install -y wget tar pandoc -# Download soupault -RUN wget https://github.com/PataphysicalSociety/soupault/releases/download/4.10.0/soupault-4.10.0-linux-x86_64.tar.gz +# Install highlighter +RUN apt-get install -y python3 python3-pip +RUN pip3 install highlighter # Extract soupault RUN tar -xvf soupault-4.10.0-linux-x86_64.tar.gz