mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
add python3 to integration test
debian base image doesn't include Python3
This commit is contained in:
@@ -11,6 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
|||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
sudo \
|
sudo \
|
||||||
|
python3 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Kill all the things we don't need
|
# Kill all the things we don't need
|
||||||
|
|||||||
Reference in New Issue
Block a user