From f7eac66d6529f76ec66adeafadf03ab060205a8b Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 6 Aug 2021 22:34:33 +0100 Subject: [PATCH] :confounded: Attempting to fix Docker ARM build --- Dockerfile-arm32v7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-arm32v7 b/Dockerfile-arm32v7 index 44941b1c..3ecd7742 100644 --- a/Dockerfile-arm32v7 +++ b/Dockerfile-arm32v7 @@ -1,6 +1,6 @@ FROM alpine:3.8 -RUN apk add --no-cache nodejs=14.17.4-r0 yarn --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community +RUN apk add --update --no-cache nodejs npm yarn # Define some ENV Vars ENV PORT 80