We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23551c6 commit 348f426Copy full SHA for 348f426
1 file changed
src/Dockerfile
@@ -59,7 +59,7 @@ RUN curl https://awscli.amazonaws.com/awscli-exe-linux-"$(uname -m)".zip -o "aws
59
# Install yq
60
# https://mikefarah.gitbook.io/yq/#wget
61
RUN wget https://github.com/mikefarah/yq/releases/download/v4.21.1/yq_linux_"$(dpkg --print-architecture)".tar.gz -O - |\
62
- tar xz && mv yq_linux_amd64 /usr/bin/yq
+ tar xz && mv yq_linux_"$(dpkg --print-architecture)" /usr/bin/yq
63
64
# All further commands will be performed as the docker user.
65
USER docker
0 commit comments