mirror of
https://github.com/ysoftdevs/git-yq.git
synced 2026-01-11 14:30:38 +01:00
5 lines
166 B
Docker
5 lines
166 B
Docker
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
|