index
:
jenkins-test
main
test-img-1
Temp
ryan77627
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-1
/
Dockerfile
blob: b4e1dd4a2894ec5db387e398b972fe7ea016840e (
plain
)
1
2
3
4
5
FROM
ubuntu
:
latest
RUN
apt update
&&
apt install
-
y git
ENTRYPOINT
[
'git'
]