This commit is contained in:
Roberto Alsina 2022-07-16 09:19:22 -03:00
parent 45ab1fd4e0
commit 1eccbc2105
1 changed files with 5 additions and 0 deletions

View File

@ -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