faas/Dockerfile

6 lines
174 B
Docker
Raw Normal View History

2022-07-16 12:19:22 +00:00
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