fix: adding git to docker image
This commit is contained in:
parent
f2103bf5db
commit
640f58fd6e
|
@ -11,6 +11,9 @@ LABEL com.github.actions.icon="package"
|
||||||
LABEL com.github.actions.color="red"
|
LABEL com.github.actions.color="red"
|
||||||
COPY LICENSE README.md /
|
COPY LICENSE README.md /
|
||||||
|
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt-get -y install git
|
||||||
|
|
||||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
CMD ["help"]
|
CMD ["help"]
|
||||||
|
|
Loading…
Reference in New Issue