Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMilardo committed Jun 18, 2024
1 parent b8fb374 commit 9fd4755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ ENV PATH="/opt/venv/bin:$PATH"

COPY requirements.txt requirements.txt

RUN apt-get update && apt-get -y install git libgeos-dev libgeos++-dev libspatialindex-dev && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get -y install git build-essentials libgeos-dev libgeos++-dev libspatialindex-dev && rm -rf /var/lib/apt/lists/*

RUN pip install --upgrade pip && pip install -r requirements.txt

0 comments on commit 9fd4755

Please sign in to comment.