Skip to content

Commit

Permalink
Merge branch 'refs/heads/feature/ISSUE-87' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
stopmin committed Jul 15, 2024
2 parents 18acdb8 + 75b9718 commit b759441
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 @@ -3,7 +3,7 @@ FROM --platform=linux/amd64 python:3.11.4-slim-bookworm
WORKDIR /app

RUN apt-get update && \
apt-get install -y --no-install-recommends gcc libpq-dev libatlas-base-dev && \
apt-get install -y --no-install-recommends gcc libpq-dev libatlas-base-dev libomp-dev && \
pip install --no-cache-dir pipenv

COPY Pipfile Pipfile.lock ./
Expand Down

0 comments on commit b759441

Please sign in to comment.