diff --git a/api/Dockerfile b/api/Dockerfile index df1d94a1..c94590f0 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,7 +1,11 @@ +FROM ubuntu:20.04 + # Install system dependencies RUN apt-get update && apt-get install -y \ build-essential \ - libgmp3-dev + libgmp3-dev \ + git \ + curl RUN git config --global url."https://github".insteadOf ssh://git@github