mirror of https://github.com/nicolargo/glances.git
Add TOML conf file to Docker in order to build
This commit is contained in:
parent
d02aed76a6
commit
03d4d6cf65
|
|
@ -17,3 +17,6 @@
|
|||
|
||||
# Include Binary file
|
||||
!/docker-bin.sh
|
||||
|
||||
# Include TOML file
|
||||
!/pyproject.toml
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ RUN /venv-build/bin/python${PYTHON_VERSION} -m pip install --upgrade pip
|
|||
|
||||
RUN python${PYTHON_VERSION} -m venv --without-pip venv
|
||||
|
||||
COPY docker-requirements.txt all-requirements.txt ./
|
||||
COPY pyproject.toml docker-requirements.txt all-requirements.txt ./
|
||||
|
||||
##############################################################################
|
||||
# BUILD: Install the minimal image deps
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ RUN apt-get clean \
|
|||
|
||||
RUN python3 -m venv --without-pip venv
|
||||
|
||||
COPY docker-requirements.txt all-requirements.txt ./
|
||||
COPY pyproject.toml docker-requirements.txt all-requirements.txt ./
|
||||
|
||||
##############################################################################
|
||||
# BUILD: Install the minimal image deps
|
||||
|
|
|
|||
Loading…
Reference in New Issue