Skip to content

Commit

Permalink
Add bc package required for CMS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jnc74743 committed Nov 25, 2024
1 parent 9e56080 commit 15feb6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker-c8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN dnf -y install \
quota \
attr \
tcsh \
numactl
numactl \
bc

# Create all possible pool accounts
RUN curl -s https://raw.githubusercontent.com/stfc/grid-workernode/master/resources/pool_accounts/create.sh | bash -
Expand Down
3 changes: 2 additions & 1 deletion docker-c9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN dnf -y install \
quota \
attr \
tcsh \
numactl
numactl \
bc

# Create all possible pool accounts
RUN curl -s https://raw.githubusercontent.com/stfc/grid-workernode/master/resources/pool_accounts/create.sh | bash -
Expand Down

0 comments on commit 15feb6e

Please sign in to comment.