mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-28 11:54:57 -04:00
9 lines
101 B
Docker
9 lines
101 B
Docker
FROM alpine:latest
|
|
|
|
RUN apk update && \
|
|
apk add \
|
|
yq \
|
|
jq
|
|
|
|
#CMD ["yq"]
|
|
ENTRYPOINT ["yq"]
|