Merge pull request #767 from sladinji/master

Fix mozjpeg unability to compile from source
This commit is contained in:
Alexander Shelepenok 2020-09-19 01:24:03 +03:00 committed by GitHub
commit 8125c097e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
FROM node:alpine as builder
RUN apk update && apk add --no-cache make git python autoconf g++ libc6-compat libjpeg-turbo-dev libpng-dev nasm
RUN apk update && apk add --no-cache make git python autoconf g++ libc6-compat libjpeg-turbo-dev libpng-dev nasm libtool automake
WORKDIR /usr/src/app
COPY . .