feat: Fixed permissions for when installing opentofu
Build and Push Dev Containers / build (push) Successful in 5m48s

This commit is contained in:
2026-06-06 17:41:08 +01:00
parent e28512b503
commit 1a8dd8168e
+1 -1
View File
@@ -5,7 +5,7 @@ RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opent
RUN chmod +x install-opentofu.sh RUN chmod +x install-opentofu.sh
# Run the installer # Run the installer
RUN ./install-opentofu.sh --install-method apk RUN sudo ./install-opentofu.sh --install-method apk
# Remove the installer: # Remove the installer:
RUN rm -f install-opentofu.sh RUN rm -f install-opentofu.sh