commit 76ef7d8a9c24196a6619f543b1071b5be5ed5727 parent 89663532672a3b34d1f884a052e0525809f77676 Author: cbeauhilton <34774299+cbeauhilton@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:19:36 -0500 wrong highlight Diffstat:
M | Dockerfile | | | 8 | +------- |
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/Dockerfile b/Dockerfile @@ -1,13 +1,7 @@ FROM ubuntu:latest # Install dependencies -RUN apt-get update && apt-get install -y wget tar pandoc - -# Install pipx and highlighter -RUN apt-get install -y python3-full python3-pip python3-venv -RUN python3 -m pip install --user pipx -RUN python3 -m pipx ensurepath -RUN pipx install highlighter +RUN apt-get update && apt-get install -y wget tar pandoc highlight # Extract soupault RUN tar -xvf soupault-4.10.0-linux-x86_64.tar.gz