fix: corrected dateutil package name
Build and Push Dev Containers / build (push) Successful in 1m27s

This commit is contained in:
2026-07-21 00:03:19 +01:00
parent 641462b0ce
commit a5ec26dbf4
+1 -1
View File
@@ -1,6 +1,6 @@
FROM git.luke-else.co.uk/luke-else/lab:latest
RUN sudo apk add --no-cache ansible py3-requests py3-datetime
RUN sudo apk add --no-cache ansible py3-requests py3-dateutil
# Download the installer script:
RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh