Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 committed Oct 24, 2023
1 parent 91ab08a commit ef2dac7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ef2dac7

Please sign in to comment.