Skip to content

Commit

Permalink
Fix smoke test (#2250)
Browse files Browse the repository at this point in the history
Co-authored-by: = <=>
  • Loading branch information
pasmant authored Dec 7, 2021
1 parent a5838a0 commit 4e71a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY deployments /workspace/deployments

RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \
&& install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl \
&& install apache2-utils
&& apt-get update && apt-get install -y apache2-utils

COPY tests /workspace/tests

Expand Down

0 comments on commit 4e71a24

Please sign in to comment.