Add git, make, and curl to docker image
This commit is contained in:
@@ -2,4 +2,6 @@
|
||||
|
||||
FROM maven:3-jdk-8
|
||||
|
||||
RUN apt-get update && apt-get install -y make git curl
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user