debian
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user