freegpt buildfix

This commit is contained in:
STAM 2023-07-01 18:08:24 +03:00
parent a29191531b
commit 3fddeee6b4
Signed by: stam
GPG Key ID: 4F57E51F9C45F8CD
5 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ RUN apt-get update && \
build-essential \ build-essential \
libffi-dev cmake \ libffi-dev cmake \
libcurl4-openssl-dev && \ libcurl4-openssl-dev && \
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements-docker.txt pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements.txt
################################################################## ##################################################################
################################################################## ##################################################################

View File

@ -22,7 +22,7 @@ RUN apt-get update && \
build-essential \ build-essential \
libffi-dev cmake \ libffi-dev cmake \
libcurl4-openssl-dev && \ libcurl4-openssl-dev && \
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements-docker.txt pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements.txt
################################################################## ##################################################################
################################################################## ##################################################################

View File

@ -22,7 +22,7 @@ RUN apt-get update && \
build-essential \ build-essential \
libffi-dev cmake \ libffi-dev cmake \
libcurl4-openssl-dev && \ libcurl4-openssl-dev && \
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements-docker.txt pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements.txt
################################################################## ##################################################################
################################################################## ##################################################################

View File

@ -22,7 +22,7 @@ RUN apt-get update && \
build-essential \ build-essential \
libffi-dev cmake \ libffi-dev cmake \
libcurl4-openssl-dev && \ libcurl4-openssl-dev && \
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements-docker.txt pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements.txt
################################################################## ##################################################################
################################################################## ##################################################################

View File

@ -22,7 +22,7 @@ RUN apt-get update && \
build-essential \ build-essential \
libffi-dev cmake \ libffi-dev cmake \
libcurl4-openssl-dev && \ libcurl4-openssl-dev && \
pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements-docker.txt pip3 install --user --no-cache-dir -r ${FREEGPT_PATH}/requirements.txt
################################################################## ##################################################################
################################################################## ##################################################################