Skip to content
Snippets Groups Projects
Verified Commit a5cfd594 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(koolbox): Fix syntax error in dockerfile

parent 47b37f72
No related branches found
No related tags found
No related merge requests found
Pipeline #16132 canceled
...@@ -128,7 +128,7 @@ RUN curl -L "https://github.com/rust-lang/mdBook/releases/download/${MDBOOK_VERS ...@@ -128,7 +128,7 @@ RUN curl -L "https://github.com/rust-lang/mdBook/releases/download/${MDBOOK_VERS
&& install -o root -g root -m 0755 mdbook /usr/local/bin/mdbook && install -o root -g root -m 0755 mdbook /usr/local/bin/mdbook
# Terraform CLI # Terraform CLI
FROM FROM docker.io/hashicorp/terraform:1.3.6 AS terraform FROM docker.io/hashicorp/terraform:1.3.6 AS terraform
# Actual start of container build # Actual start of container build
FROM quay.io/fedora/fedora:36 FROM quay.io/fedora/fedora:36
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment