mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	Fix mozjpeg unability to compile from source
Fix this error on docker build : ⚠ mozjpeg pre-build test failed ℹ compiling from source ✖ Error: Command failed: /bin/sh -c autoreconf -fiv
This commit is contained in:
		@@ -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 . .
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user