Skip to content

Commit

Permalink
fixed lustre libs and added libreadline8
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevcich committed Feb 6, 2025
1 parent a1b7f83 commit 071dd89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,18 @@ COPY --from=builder /deps/libarchive/lib/ /usr
COPY --from=builder /deps/lwgrp/lib/ /usr
COPY --from=builder /deps/dtcmp/lib/ /usr

COPY --from=builder /deps/lustre/lib/ /usr
COPY --from=builder /deps/lustre/lib/ /usr/lib

COPY --from=builder /mfu/ /usr

RUN apt-get remove -y openmpi-bin
COPY --from=builder /opt/openmpi-$OPENMPI_VERSION /opt/openmpi-$OPENMPI_VERSION
RUN cp -r /opt/openmpi-$OPENMPI_VERSION/* /usr && rm -rf /openmpi*

RUN apt-get update && apt-get install -y \
libreadline8 \
&& rm -rf /var/lib/apt/lists/*

# Remove timezone configuration so we can inherit from host
RUN rm -rf /etc/timezone && rm -rf /etc/localtime

Expand Down

0 comments on commit 071dd89

Please sign in to comment.