fix: add ssh-client to devcontainer
This commit is contained in:
@@ -1 +1,8 @@
|
||||
FROM node:20
|
||||
|
||||
RUN apt-get update && apt-get install -y ssh-client
|
||||
|
||||
# Clean up
|
||||
RUN apt-get autoremove -y \
|
||||
&& apt-get clean -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user