fix: Added missing sudo for ansible install
Build and Push Dev Containers / build (push) Successful in 1m25s

This commit is contained in:
2026-07-13 19:49:53 +01:00
parent 7b5dd37be1
commit a8cba18f3e
+1 -1
View File
@@ -1,6 +1,6 @@
FROM git.luke-else.co.uk/luke-else/lab:latest FROM git.luke-else.co.uk/luke-else/lab:latest
RUN apk add --no-cache ansible RUN sudo apk add --no-cache ansible
# Download the installer script: # Download the installer script:
RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh