diff --git a/Dockerfile b/Dockerfile index e3a612f..dff3e2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM ubuntu:latest MAINTAINER Faraz Fallahi -RUN apt -y update && apt -y upgrade && apt -y install build-essential qt5-default && apt -y autoremove && apt -y autoclean +RUN apt -y update && apt -y upgrade && apt -y install build-essential git qt5-default && apt -y autoremove && apt -y autoclean