Skip to content

Commit

Permalink
Merge pull request #62 from jnc74743/add-bc-cms
Browse files Browse the repository at this point in the history
Add bc package required for CMS tests
  • Loading branch information
jrha authored Nov 25, 2024
2 parents 9e56080 + 15feb6e commit 3b7a6fc
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 3b7a6fc

Please sign in to comment.