Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke committed Dec 3, 2021
1 parent 5d4ec77 commit 49acbdc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49acbdc

Please sign in to comment.