mirror of
https://github.com/ysoftdevs/git-yq.git
synced 2026-01-11 14:30:38 +01:00
first commit
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM alpine/git:v2.26.2
|
||||
|
||||
RUN wget https://github.com/mikefarah/yq/releases/download/v4.13.3/yq_linux_amd64.tar.gz -O - |\
|
||||
tar xz && mv yq_linux_amd64 /usr/bin/yq
|
||||
Reference in New Issue
Block a user