Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: install coreutils in base image #1057

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Conversation

MoritzHayden
Copy link
Contributor

@MoritzHayden MoritzHayden commented May 10, 2024

Description

Install the coreutils package into the Dockerfile base image to fix the df -l option as explained here.

Related Issue(s)

@shaiay
Copy link

shaiay commented Jun 1, 2024

Thank you for this!

until it gets merged, a quick workaround to get it into the current docker container:

  • open a shell in the current container:
    sudo docker exec -it <container_id> sh
  • in the shell install coreutils and restart node
    apk --no-cache add coreutils && kill -2 1

@MauriceNino MauriceNino merged commit 59985d3 into MauriceNino:dev Jul 16, 2024
@MauriceNino
Copy link
Owner

Thanks a lot for your contribution, and sorry for the late merge :) Hope this fixes those problems for some users!

@MoritzHayden MoritzHayden deleted the dev branch July 16, 2024 11:11
github-actions bot added a commit that referenced this pull request Jul 31, 2024
## [5.8.6](v5.8.5...v5.8.6) (2024-07-31)

### Bug Fixes

* install coreutils in base image ([#1057](#1057)) ([59985d3](59985d3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants