FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 9efcfaf6 authored by Sebastiaan ten Pas's avatar Sebastiaan ten Pas
Browse files

Merge branch 'fix-poetry-plugin-export' into 'main'

fix: docker build by explicitly installing poetry-plugin-export

See merge request !71
parents dedf583f a9e24a93
No related branches found
No related tags found
1 merge request!71fix: docker build by explicitly installing poetry-plugin-export
Pipeline #671423 passed
......@@ -14,7 +14,7 @@ ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1
WORKDIR /usr/src/app
# Pretty much everything from here on needs poetry.
RUN pip install --no-cache-dir poetry
RUN pip install --no-cache-dir poetry && poetry self add poetry-plugin-export
###############################################################################
# Base image for all *development* images to build upon.
......@@ -32,7 +32,7 @@ ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1
WORKDIR /usr/src/app
# Pretty much everything from here on needs poetry.
RUN pip install --no-cache-dir poetry
RUN pip install --no-cache-dir poetry && poetry self add poetry-plugin-export
###############################################################################
# Just enough to run tox. Tox will install any other dependencies it needs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment