mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-27 07:18:17 +01:00
Merge pull request #767 from sladinji/master
Fix mozjpeg unability to compile from source
This commit is contained in:
commit
8125c097e4
@ -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 . .
|
||||
|
Loading…
Reference in New Issue
Block a user