1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-02-15 18:51:19 +00:00
overleaf/services/git-bridge/Dockerfile
2019-04-26 15:29:44 +01:00

7 lines
118 B
Docker

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