Skip to content

Commit 1a04d00

Browse files
authored
Update Dockerfile
1 parent d93099f commit 1a04d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM ubuntu:20.04
22
RUN apt update -y
33
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
4+
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

Comments
 (0)