Skip to content

Commit

Permalink
build image with git to install link dependency (amundsen-io#272)
Browse files Browse the repository at this point in the history
Signed-off-by: Allison Suarez Miranda <[email protected]>
  • Loading branch information
allisonsuarez authored Mar 4, 2021
1 parent 9bf07ef commit 1dfd766
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metadata/public.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ FROM python:3.7-slim as base
WORKDIR /app
RUN pip3 install gunicorn

RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install git -y

COPY requirements.txt /app/requirements.txt
RUN pip3 install -r requirements.txt

Expand Down

0 comments on commit 1dfd766

Please sign in to comment.