From 1bdd9cb75d080c8f8e17e31175705b88704799b2 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 10 Jan 2018 21:58:55 +0000 Subject: [PATCH] Fix armhf sample Signed-off-by: Alex Ellis --- sample-functions/figlet/Dockerfile.armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-functions/figlet/Dockerfile.armhf b/sample-functions/figlet/Dockerfile.armhf index 8fb0ecdc..1bc67cd0 100644 --- a/sample-functions/figlet/Dockerfile.armhf +++ b/sample-functions/figlet/Dockerfile.armhf @@ -1,6 +1,6 @@ FROM alpine:3.6 -ADD https://github.com/openfaas/faas/releases/download/0.6.15/fwatchdog-armhf /usr/bin +ADD https://github.com/openfaas/faas/releases/download/0.6.15/fwatchdog-armhf /usr/bin/fwatchdog RUN chmod +x /usr/bin/fwatchdog RUN apk add --no-cache figlet