mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Symlink python3 to python in Sandbox (#1286)
* symlink py3 to py * remove service ssh start
This commit is contained in:
parent
b0c3bca915
commit
e84125de6f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user