Skip to content

Commit

Permalink
Bugfix #24 ldconfig (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway authored May 9, 2024
1 parent 98a9c96 commit c5189c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,9 @@ RUN BLDOPTS="--global-option=build_ext --global-option=\"-R/usr/local/lib\" --gl
&& python3 -m pip install ${BLDOPTS} netCDF4==1.6.2 \
&& python3 -m pip install ${BLDOPTS} pyyaml==6.0.1 \
&& python3 -m pip install scipy==1.11.1

#
# Run linker configuration
#
RUN ldconfig

0 comments on commit c5189c8

Please sign in to comment.