Add basic docker image buildin
All checks were successful
Build and Push Image / Build and push image (push) Successful in 2m20s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 2m20s
This commit is contained in:
commit
8df3f02fe4
2 changed files with 34 additions and 0 deletions
4
images/actions/node-ssh/Dockerfile
Normal file
4
images/actions/node-ssh/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM shivammathur/node
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install openssh-client -y
|
Loading…
Add table
Add a link
Reference in a new issue