Skip to content

Commit 5623f3a

Browse files
committed
Added OpenEXR to docker to cover the branch in CI.
1 parent fe05fbd commit 5623f3a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

ubuntu-github-actions--20.04/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version: 20230413
1+
# Version: 20250207
22
# Image name: quay.io/opencv-ci/opencv-ubuntu-20.04
33

44
FROM ubuntu:20.04
@@ -35,6 +35,7 @@ RUN \
3535
libtiff5-dev \
3636
libopenjp2-7-dev \
3737
libraw-dev \
38+
libopenexr-dev \
3839
libgtk-3-dev \
3940
libavcodec-dev \
4041
libavformat-dev \

ubuntu-github-actions--24.04/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version: 20241031
1+
# Version: 20250207
22
# Image name: quay.io/opencv-ci/opencv-ubuntu-24.04
33

44
FROM ubuntu:24.04
@@ -32,7 +32,8 @@ RUN \
3232
libopenjp2-7-dev \
3333
libavif-dev \
3434
libjxl-dev \
35-
libgtk-4-dev \
35+
libopenexr-dev \
36+
libgtk-3-dev \
3637
libavcodec-dev \
3738
libavformat-dev \
3839
libswscale-dev \

ubuntu-github-actions-openvino--20.04/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version: 20230724
1+
# Version: 20250207
22
# Image name: quay.io/opencv-ci/opencv-ubuntu-20.04-openvino
33

44
FROM openvino/ubuntu20_dev:2024.0.0
@@ -32,6 +32,7 @@ RUN \
3232
libpng-dev \
3333
libtiff5-dev \
3434
libopenjp2-7-dev \
35+
libopenexr-dev \
3536
libgtk-3-dev \
3637
libavcodec-dev \
3738
libavformat-dev \

0 commit comments

Comments
 (0)