Add git, make, and curl to docker image

This commit is contained in:
Shane Kilkelly 2019-04-26 15:29:44 +01:00
parent bf44fe3b29
commit c3308e565b

View file

@ -2,4 +2,6 @@
FROM maven:3-jdk-8
RUN apt-get update && apt-get install -y make git curl
WORKDIR /app