Skip to content

Commit

Permalink
Update Dockerfile to include libgomp1
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Jun 27, 2024
1 parent 53f2496 commit a4dc56a
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 @@ -34,7 +34,7 @@ COPY vendor/requirements.txt /usr/src/app/requirements.txt

# Install api dependencies
RUN apt-get update \
&& apt-get install -y --no-install-recommends dumb-init \
&& apt-get install -y --no-install-recommends dumb-init libgomp1 \
&& pip install --no-cache-dir ./api \
&& pip install -r /usr/src/app/requirements.txt \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* \
Expand Down

0 comments on commit a4dc56a

Please sign in to comment.