site

files for beauhilton.com
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

commit 89663532672a3b34d1f884a052e0525809f77676
parent 714c0a27e1add10b4862bc22488ac86217877efc
Author: cbeauhilton <34774299+cbeauhilton@users.noreply.github.com>
Date:   Tue, 30 Apr 2024 13:15:08 -0500

python3-full
Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:latest RUN apt-get update && apt-get install -y wget tar pandoc # Install pipx and highlighter -RUN apt-get install -y python3 python3-pip python3-venv +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