debian
This commit is contained in:
parent
45ab1fd4e0
commit
1eccbc2105
@ -0,0 +1,5 @@
|
||||
FROM debian
|
||||
|
||||
RUN apt update && apt -y upgrade && apt -y install git curl systemd
|
||||
RUN git clone https://github.com/openfaas/faasd --depth=1
|
||||
RUN cd faasd && ./hack/install.sh
|
Loading…
Reference in New Issue
Block a user