06wejay
Results
2
comments of
06wejay
After some google search , added this **FROM jrottenberg/ffmpeg:4.4-scratch AS ffmpeg** to DockerFile to pull updated FFMPEG and the build also done successfully. and now "gl returned null, this probably...
this solution should solve the FFMPEG version issue and transition dependencies issue. # ##Pulling ffmpeg FROM jrottenberg/ffmpeg:4.4-scratch AS ffmpeg # ##Base Image FROM node:17-stretch COPY --from=ffmpeg / / # ##Adding...