From 49acbdc23189050ca69ae3952e637c42f25ba494 Mon Sep 17 00:00:00 2001 From: Robert O'Rourke Date: Fri, 3 Dec 2021 10:41:19 +0000 Subject: [PATCH] Fix docker build --- Dockerfile.multiarch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile.multiarch b/Dockerfile.multiarch index 3baa998..d071c49 100644 --- a/Dockerfile.multiarch +++ b/Dockerfile.multiarch @@ -2,10 +2,8 @@ FROM node:14-alpine # Install build base RUN apk --update add --no-cache \ - # --repository https://dl-cdn.alpinelinux.org/alpine/edge/community \ - --virtual build-deps fftw-dev gcc g++ make libc6-compat python + --virtual build-deps fftw-dev gcc g++ make libc6-compat python3 RUN apk --update add --no-cache \ - # --repository https://dl-cdn.alpinelinux.org/alpine/edge/community \ vips-dev # Get app