mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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
|