Skip to content

Commit

Permalink
Added if-condition for tcsh installation 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 f2e4a88 commit b4ca7cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base/workflow/af/Dockerfile.bnl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM $BASE_IMAGE
LABEL maintainer Shuwei

ENV LD_LIBRARY_PATH=/usr/lib64
RUN yum -y install tcsh
RUN if grep "centos" /etc/os-release; then \
yum -y install tcsh; \
fi

RUN echo "$BASE_IMAGE > BNL"

0 comments on commit b4ca7cc

Please sign in to comment.