mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-14 23:28:06 +00:00
9 lines
156 B
Docker
9 lines
156 B
Docker
FROM mikefarah/yq:4.14.1
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
# this seems to be the default user in github actions
|
|
USER 1001
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|