Skip to content

Commit

Permalink
fix-backend-build
Browse files Browse the repository at this point in the history
  • Loading branch information
rouja committed Sep 26, 2024
1 parent fd58700 commit d89cc73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

# ---- base image to inherit from ----
FROM python:3.10-slim-bullseye as base
ENV PYTHON_SETUPTOOLS_VERSION 70.0.0

# Upgrade pip to its latest release to speed up dependencies installation
RUN python -m pip install --upgrade pip
RUN python -m pip install --upgrade pip setuptools

# Upgrade system packages to install security updates
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Meet package
#
[build-system]
requires = ["setuptools >= 70.0.0"]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit d89cc73

Please sign in to comment.