feat: Fixed permissions for when installing opentofu
Build and Push Dev Containers / build (push) Successful in 5m48s
Build and Push Dev Containers / build (push) Successful in 5m48s
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opent
|
||||
RUN chmod +x install-opentofu.sh
|
||||
|
||||
# Run the installer
|
||||
RUN ./install-opentofu.sh --install-method apk
|
||||
RUN sudo ./install-opentofu.sh --install-method apk
|
||||
|
||||
# Remove the installer:
|
||||
RUN rm -f install-opentofu.sh
|
||||
|
||||
Reference in New Issue
Block a user