Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
since pip install was not working
  • Loading branch information
tsundvoll committed Jan 8, 2024
1 parent cfe1369 commit f6d0329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ENV PATH="/opt/venv/bin:$PATH"

COPY . .
RUN apt-get update && apt-get install -y git
RUN python -m pip install --upgrade pip
RUN pip install -r requirements.txt .

FROM ghcr.io/equinor/isar:v1.16.10
Expand Down

0 comments on commit f6d0329

Please sign in to comment.