build(Dockerfile): adding a ENV on the virtual environment might do it
All checks were successful
/ desec-script (push) Successful in 3m17s
All checks were successful
/ desec-script (push) Successful in 3m17s
This commit is contained in:
parent
e28928619d
commit
107f8b8626
3 changed files with 4 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ fi
|
|||
if [ ! -d venv ]; then
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install -U python-dotenv requests
|
||||
pip install -U -r requirements.txt
|
||||
pip install -U pip # Update pip to the latest version
|
||||
else
|
||||
source venv/bin/activate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue