next-optimized-images icon indicating copy to clipboard operation
next-optimized-images copied to clipboard

Failed to compile during build

Open Bouhoum opened this issue 3 years ago • 0 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

Bouhoum avatar Jun 02 '21 06:06 Bouhoum