mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Revert "Add git, make, and curl to docker image"
This reverts commit 02a2c9cd429b26ff44fabb97d3649e791b9edea4 Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
parent
5907172463
commit
f547b6d494
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
FROM maven:3-jdk-8
|
||||
|
||||
RUN apt-get update && apt-get install -y make git curl
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
|
Loading…
Reference in a new issue