This Dockerfile works for me
FROM ubuntu:18.04
RUN apt update
RUN apt install -y git
Inside the container
$ which git
/usr/bin/git
This Dockerfile works for me
FROM ubuntu:18.04
RUN apt update
RUN apt install -y git
Inside the container
$ which git
/usr/bin/git