mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-27 19:34:57 -04:00
docker
This commit is contained in:
parent
fcb567094e
commit
50261d8e1c
9 changed files with 241 additions and 0 deletions
9
docker-img/yqjq/Dockerfile
Normal file
9
docker-img/yqjq/Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk update && \
|
||||
apk add \
|
||||
yq \
|
||||
jq
|
||||
|
||||
#CMD ["yq"]
|
||||
ENTRYPOINT ["yq"]
|
||||
Loading…
Reference in a new issue