We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93099f commit 1a04d00Copy full SHA for 1a04d00
Dockerfile
@@ -1,4 +1,4 @@
1
FROM ubuntu:20.04
2
RUN apt update -y
3
RUN apt install netcat wget -y
4
-RUN wget https://github.com/mikefarah/yq/releases/download/v4.13.4/yq_linux_arm64 && mv yq_linux_arm64 /usr/bin/yq
+RUN wget https://github.com/mikefarah/yq/releases/download/v4.13.4/yq_linux_arm64 && mv yq_linux_arm64 /usr/bin/yq && chmod +x /usr/bin/yq
0 commit comments