Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 240a08e

Browse files
Fix broken canary container Dockerfile (#80)
* Fix broken container Dockerfile * Removed whitespace * Updated yq comment
1 parent e35b6df commit 240a08e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/images/Dockerfile.canary

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN apt-get update && apt-get install -y curl \
1010

1111
RUN pip install awscli
1212

13-
# Install yq
14-
RUN sudo add-apt-repository ppa:rmescandon/yq && apt update && apt install -y yq
13+
# Add yq repository and install yq
14+
RUN apt-get update && apt install -y software-properties-common && sudo add-apt-repository ppa:rmescandon/yq && apt update && apt install -y yq
1515

1616
# Install kubectl
1717
RUN curl -o kubectl https://amazon-eks.s3-us-west-2.amazonaws.com/1.12.9/2019-06-21/bin/linux/amd64/kubectl \

0 commit comments

Comments
 (0)