From 8377177e1d4ba697a4009952920f5c9b5e201ba5 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Mon, 22 May 2017 15:39:12 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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