feat: install openssh-client
This commit is contained in:
parent
45211f9a0c
commit
0638e14969
|
@ -3,7 +3,7 @@
|
|||
FROM focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest-slim
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends sudo python3-minimal python3-pip git && \
|
||||
apt-get install -y --no-install-recommends sudo python3-minimal python3-pip git openssh-client && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
userdel -r node && \
|
||||
|
|
Loading…
Reference in New Issue
Block a user