File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- FROM sitespeedio/node:ubuntu-24 -04-nodejs-20.17.0-b
1+ FROM sitespeedio/node:ubuntu-22 -04-nodejs-22.13.0
22
33ARG TARGETPLATFORM
4- ENV DEBIAN_FRONTEND noninteractive
54
65# Lets install all dependencies for VisualMetrics
76RUN export BUILD=$(if [ "$TARGETPLATFORM" = "linux/amd64" ] ; then echo "amd64" ; else echo "arm64" ; fi) \
@@ -12,13 +11,12 @@ RUN export BUILD=$(if [ "$TARGETPLATFORM" = "linux/amd64" ] ; then echo "amd64";
1211 python3 \
1312 python3-dev \
1413 python3-pip \
15- python-is-python3 \
1614 xz-utils \
1715 $buildDeps \
1816 --no-install-recommends --force-yes && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
19- python -m pip install --upgrade pip && \
20- python -m pip install --upgrade setuptools && \
21- python -m pip install pyssim OpenCV-Python Numpy image && \
17+ python3 -m pip install --upgrade pip && \
18+ python3 -m pip install --upgrade setuptools && \
19+ python3 -m pip install --no-cache-dir pyssim OpenCV-Python Numpy image && \
2220 wget https://johnvansickle.com/ffmpeg/old-releases/ffmpeg-5.1.1-$BUILD-static.tar.xz && \
2321 tar --strip-components 1 -C /usr/bin -xf ffmpeg-5.1.1-$BUILD-static.tar.xz --wildcards ffmpeg*/ff* && \
2422 rm ffmpeg-5.1.1-$BUILD-static.tar.xz && \
You can’t perform that action at this time.
0 commit comments