mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Install make in the build environment
This commit is contained in:
@@ -115,7 +115,7 @@ jobs:
|
||||
- run:
|
||||
name: install python
|
||||
command: |
|
||||
apt-get update --yes && apt-get install --yes python3 python3-venv git
|
||||
apt-get update --yes && apt-get install --yes python3 python3-venv git make
|
||||
|
||||
# Download and cache dependencies
|
||||
- restore_cache:
|
||||
|
||||
Reference in New Issue
Block a user