mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add git, make, and curl to docker image
This commit is contained in:
parent
bf44fe3b29
commit
c3308e565b
1 changed files with 2 additions and 0 deletions
|
@ -2,4 +2,6 @@
|
|||
|
||||
FROM maven:3-jdk-8
|
||||
|
||||
RUN apt-get update && apt-get install -y make git curl
|
||||
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in a new issue