# Dockerfile for git-bridge
FROM maven:3-jdk-8
RUN apt-get update && apt-get install -y make git curl
WORKDIR /app