mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
8 lines
118 B
Docker
8 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
|