Skip to content

Commit

Permalink
Fix docker build in CI not finding deb packages even if it works locally
Browse files Browse the repository at this point in the history
  • Loading branch information
indigane committed Sep 17, 2024
1 parent 45da7aa commit f09cef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ ENV POETRY_VIRTUALENVS_IN_PROJECT=true
ENV POETRY_INSTALLER_PARALLEL=false

# Install build dependencies
RUN apt-get install -y --no-install-recommends \
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
curl \
libpq-dev \
build-essential
Expand Down

0 comments on commit f09cef3

Please sign in to comment.