site

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

commit 80954fc42bd087c31d73c37d9121d92f74bd4f98
parent 76ef7d8a9c24196a6619f543b1071b5be5ed5727
Author: cbeauhilton <34774299+cbeauhilton@users.noreply.github.com>
Date:   Tue, 30 Apr 2024 13:22:34 -0500

Update Dockerfile
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 highlight # Extract soupault -RUN tar -xvf soupault-4.10.0-linux-x86_64.tar.gz +RUN tar -xvf soupault-4.10.0-linux-x86_64.tar.gz --skip-old-files # Move soupault to /usr/bin RUN mv -v ./soupault-4.10.0-linux-x86_64/soupault /usr/bin/