Skip to content

Commit 0b24216

Browse files
committed
fixes error: libhdf5.so: cannot open shared object file: No such file or directory
Signed-off-by: Spolti <[email protected]>
1 parent 18f67f5 commit 0b24216

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ RUN --mount=type=cache,target=/root/.cache/microdnf:rw \
149149
microdnf install --setopt=cachedir=/root/.cache/microdnf \
150150
gcc \
151151
gcc-c++ \
152+
hdf5 \
152153
python38-devel \
153154
python38 \
154155
&& ln -sf /usr/bin/python3 /usr/bin/python \

0 commit comments

Comments
 (0)