Skip to content

Commit

Permalink
Add dynamic versioning to Dockerfile (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
frcroth authored Jan 19, 2024
1 parent a8e650e commit 683b81f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV PSYCOPG2_PIP_VERSION=2.9.3
WORKDIR /app
RUN apt update && apt install gettext -y
RUN pip install "poetry==$POETRY_VERSION" "uwsgi==$UWSGI_PIP_VERSION" "psycopg2==$PSYCOPG2_PIP_VERSION"
RUN poetry self add "poetry-dynamic-versioning[plugin]"
ADD . /app
RUN poetry install --no-dev
RUN python tools/install_bootstrap.py -u
Expand Down

0 comments on commit 683b81f

Please sign in to comment.