add docker:dind with faas-cli 0.13.13
This commit is contained in:
4
faas-cli/Dockerfile
Normal file
4
faas-cli/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM docker:20.10.10-dind
|
||||
|
||||
RUN wget https://github.com/openfaas/faas-cli/releases/download/0.13.13/faas-cli -O /usr/local/bin/faas-cli
|
||||
RUN chmod +x /usr/local/bin/faas-cli
|
Reference in New Issue
Block a user