summaryrefslogtreecommitdiff
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']