Remove obsolete dependency groups from Dockerfile

This commit is contained in:
Sheng-Loong Su
2024-06-08 09:15:33 +08:00
parent eb8e77c8d5
commit 0a013237df
+1 -1
View File
@@ -7,6 +7,6 @@ WORKDIR /app
COPY . .
# Install any needed packages specified in requirements.txt
RUN pip install poetry && poetry config virtualenvs.create false && poetry install --with test,lint,typing,dev
RUN pip install poetry && poetry config virtualenvs.create false && poetry install --with test
RUN poetry run pytest