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: 51138f45e1a46438e871b2131cb691ebd576b585 (
plain
)
1
2
3
4
5
FROM
ubuntu
:
latest
RUN
apt update
&&
apt install
-
y git curl
ENTRYPOINT
[
'git'
]