mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 16:11:21 +00:00
7 lines
118 B
Docker
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
|