Skip to content

Commit

Permalink
ci: add coreutils to linux image
Browse files Browse the repository at this point in the history
The `run-task` script now uses `env -S` which is not a supported flag in
the busybox implementation of `env`. Install coreutils to use the
standard version.
  • Loading branch information
ahal committed Apr 10, 2024
1 parent 43af132 commit 403b703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskcluster/docker/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk add --no-cache python3 py3-pip && \
ln -sf python3 /usr/bin/python

# Setup other dependencies
RUN apk add bash git
RUN apk add bash coreutils git

# %include-run-task

Expand Down

0 comments on commit 403b703

Please sign in to comment.