FROM armhf/alpine:3.5 ADD https://github.com/alexellis/faas/releases/download/v0.3-alpha/fwatchdog-armhf /usr/bin/fwatchdog RUN chmod +x /usr/bin/fwatchdog # Populate example here # ENV fprocess="wc -l" CMD ["fwatchdog"]