Skip to content

Commit

Permalink
Merge branch 'refs/heads/feature/ISSUE-109' into staging
Browse files Browse the repository at this point in the history
# Conflicts:
#	Dockerfile
  • Loading branch information
stopmin committed Jul 17, 2024
2 parents 68b5b08 + 4a78eef commit f85265b
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 libgomp1 && \
pip install --no-cache-dir pipenv

COPY Pipfile Pipfile.lock ./
Expand Down

0 comments on commit f85265b

Please sign in to comment.