Skip to content

Commit

Permalink
#131: install curl in all custom nginx container tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 17, 2024
1 parent 7f73a87 commit 75d4ef2
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/5.6/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ services:
OTHER: thing
custom_nginx:
build_as_root:
- apt-get update -y
- apt-get install curl -y
- mkdir -p /app/test && touch /app/test/managed_build_step
overrides:
environment:
Expand Down
2 changes: 2 additions & 0 deletions examples/7.0/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ services:
OTHER: thing
custom_nginx:
build_as_root:
- apt-get update -y
- apt-get install curl -y
- mkdir -p /app/test && touch /app/test/managed_build_step
overrides:
environment:
Expand Down
2 changes: 2 additions & 0 deletions examples/7.1/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ services:
OTHER: thing
custom_nginx:
build_as_root:
- apt-get update -y
- apt-get install curl -y
- mkdir -p /app/test && touch /app/test/managed_build_step
overrides:
environment:
Expand Down
2 changes: 2 additions & 0 deletions examples/7.2/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ services:
OTHER: thing
custom_nginx:
build_as_root:
- apt-get update -y
- apt-get install curl -y
- mkdir -p /app/test && touch /app/test/managed_build_step
overrides:
environment:
Expand Down
2 changes: 2 additions & 0 deletions examples/7.3/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ services:
OTHER: thing
custom_nginx:
build_as_root:
- apt-get update -y
- apt-get install curl -y
- mkdir -p /app/test && touch /app/test/managed_build_step
overrides:
environment:
Expand Down
2 changes: 2 additions & 0 deletions examples/7.4/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ services:
OTHER: thing
custom_nginx:
build_as_root:
- apt-get update -y
- apt-get install curl -y
- mkdir -p /app/test && touch /app/test/managed_build_step
overrides:
environment:
Expand Down
2 changes: 2 additions & 0 deletions examples/8.0/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ services:
OTHER: thing
custom_nginx:
build_as_root:
- apt-get update -y
- apt-get install curl -y
- mkdir -p /app/test && touch /app/test/managed_build_step
overrides:
environment:
Expand Down
2 changes: 2 additions & 0 deletions examples/8.1/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ services:
OTHER: thing
custom_nginx:
build_as_root:
- apt-get update -y
- apt-get install curl -y
- mkdir -p /app/test && touch /app/test/managed_build_step
overrides:
environment:
Expand Down
2 changes: 2 additions & 0 deletions examples/8.2/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ services:
OTHER: thing
custom_nginx:
build_as_root:
- apt-get update -y
- apt-get install curl -y
- mkdir -p /app/test && touch /app/test/managed_build_step
overrides:
environment:
Expand Down
2 changes: 2 additions & 0 deletions examples/8.3/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ services:
OTHER: thing
custom_nginx:
build_as_root:
- apt-get update -y
- apt-get install curl -y
- mkdir -p /app/test && touch /app/test/managed_build_step
overrides:
environment:
Expand Down

0 comments on commit 75d4ef2

Please sign in to comment.