cyrilwanner / next-optimized-images

🌅 next-optimized-images automatically optimizes images used in next.js projects (jpeg, png, svg, webp and gif).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to compile during build

Bouhoum opened this issue · comments

I have been trying to figure out why I am having this problem with docker using alpine
image

"dependencies": {
    "@mailchimp/mailchimp_marketing": "^3.0.41",
    "colorkraken": "^1.0.21",
    "imagemin-gifsicle": "^7.0.0",
    "imagemin-mozjpeg": "^9.0.0",
    "imagemin-optipng": "^8.0.0",
    "imagemin-svgo": "^9.0.0",
    "mozjpeg": "^7.1.0",
    "next": "10.1.3",
    "next-compose-plugins": "^2.2.1",
    "next-images": "^1.7.0",
    "next-optimized-images": "^2.6.2",
    "next-pwa": "^5.2.21",
    "next-videos": "^1.4.0",
    "pure-react-carousel": "^1.27.6",
    "react": "17.0.2",
    "react-accessible-accordion": "^3.3.4",
    "react-doc-viewer": "^0.1.5",
    "react-dom": "17.0.2",
    "react-lottie": "^1.2.3",
    "react-pdf": "^5.3.0",
    "react-slick": "^0.28.1",
    "responsive-loader": "^2.0.0",
    "sharp": "^0.28.3",
    "webp-loader": "^0.6.0"
  },
  "devDependencies": {
    "autoprefixer": "^10.2.5",
    "postcss": "^8.2.10",
    "tailwindcss": "^2.1.1"
  }

Local build works fine

thank you