From bafeb6aedaa693c30cef3886499d46b53b32d12c Mon Sep 17 00:00:00 2001 From: Wachtl Enterprises LLC <tyrolyean@escpe.net> Date: Sat, 15 Mar 2025 22:44:01 +0100 Subject: [PATCH] Add python-dateutil Signed-off-by: Wachtl Enterprises LLC <tyrolyean@escpe.net> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 392cff8..305fbf5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ RUN pacman-key --add its.key RUN pacman-key --lsign 18CA6B55832C78DE056BE613745ED9868F341E93 RUN pacman -Sy --noconfirm archlinux-keyring RUN pacman -Syu --noconfirm -RUN pacman -S --noconfirm nodejs git git-lfs make pacman-contrib base base-devel openssh wget curl procps-ng bash hugo rsync mkdocs-material python-pymdown-extensions +RUN pacman -S --noconfirm nodejs git git-lfs make pacman-contrib base base-devel openssh wget curl procps-ng bash hugo rsync mkdocs-material python-pymdown-extensions python-dateutil RUN git lfs install