mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Install sudo in the integration-test container
This commit is contained in:
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
|
|||||||
|
|
||||||
RUN apt-get update --yes
|
RUN apt-get update --yes
|
||||||
|
|
||||||
RUN apt-get install --yes systemd curl git
|
RUN apt-get install --yes systemd curl git sudo
|
||||||
|
|
||||||
# Kill all the things we don't need
|
# Kill all the things we don't need
|
||||||
RUN find /etc/systemd/system \
|
RUN find /etc/systemd/system \
|
||||||
|
|||||||
Reference in New Issue
Block a user