aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2023-02-27 16:06:46 -0800
committerGravatar GitHub <[email protected]>2023-02-27 16:06:46 -0800
commite82a2e19718a14447a4b2835eee6592f780924a9 (patch)
tree940b4c9392e667b08578e2087b332371d789e43f /Dockerfile
parentMerge pull request #882 from Ibrahim2750mi/contributing/sir-lancebot-description (diff)
parentEnsure all deps are installed in CI (diff)
Merge pull request #847 from python-discord/poetry-groups
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 454e58d5..438f33bb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /app
# Install project dependencies
COPY pyproject.toml poetry.lock ./
-RUN poetry install --without dev
+RUN poetry install --only main
# Set Git SHA environment variable
ARG git_sha="development"