Symlink python3 to python in Sandbox (#1286)

* symlink py3 to py

* remove service ssh start
This commit is contained in:
Xingyao Wang 2024-04-23 01:05:05 +08:00 committed by GitHub
parent b0c3bca915
commit e84125de6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,4 +18,5 @@ RUN apt-get update && apt-get install -y \
sudo \
&& rm -rf /var/lib/apt/lists/*
RUN service ssh start
# symlink python3 to python
RUN ln -s /usr/bin/python3 /usr/bin/python