Skip to content

Commit

Permalink
Fixed LD_LIBRARY_PATH in af/Dockerfile.bnl
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuwei Ye authored and Shuwei Ye committed Dec 20, 2022
1 parent 9c1a7f2 commit f2e4a88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/workflow/af/Dockerfile.bnl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM $BASE_IMAGE

LABEL maintainer Shuwei

RUN LD_LIBRARY_PATH= yum -y install tcsh
ENV LD_LIBRARY_PATH=/usr/lib64
RUN yum -y install tcsh

RUN echo "$BASE_IMAGE > BNL"

0 comments on commit f2e4a88

Please sign in to comment.