Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
This should also fix CI.
  • Loading branch information
jchristgit committed Jul 25, 2023
1 parent 54bde74 commit 4adc42c
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 @@ -10,7 +10,7 @@ ENV PYTHONUNBUFFERED=1 \
PATH=/root/.local/bin:/app/src/manage.py${PATH}

RUN set -ex \
&& apt-get update && apt-get -y --no-install-recommends install $BUILD_DEPS libpq-dev netcat make git curl \
&& apt-get update && apt-get -y --no-install-recommends install $BUILD_DEPS libpq-dev netcat-traditional make git curl \
&& rm -rf /var/lib/apt/lists/* \
&& curl -sSL https://install.python-poetry.org | python3 - \
&& poetry config virtualenvs.create false
Expand Down

0 comments on commit 4adc42c

Please sign in to comment.