md5 on Alpine Linux

3 posts / 0 new
Last post
#1 Wed, 2017-09-20 09:07
dashmug
  • dashmug's picture
  • Offline
  • Last seen: 6 months 1 week ago
  • Joined: 2017-09-20

Hi,

I'm an Alpine Linux beginner. Using it for our Dockerized CI processes.

I need to use md5 but apk add md5 fails.

Is there an alternative package that I can use on Alpine?

Thank you.

Wed, 2017-09-20 17:33
ReproducibleBui...
  • ReproducibleBuildsAreAGoodStandard's picture
  • Offline
  • Last seen: 1 month 3 weeks ago
  • Joined: 2017-05-05

md5sum is working on my system (I used the 'Standard' .iso to install Alpine: alpine-standard-3.6.2-x86_64.iso) and didn't go out of my way to install an md5sum utility. At any rate, looking through the internet, it looks like coreutils may be the package providing that utility. I hope that helps...

Wed, 2017-09-20 17:50
dashmug
  • dashmug's picture
  • Offline
  • Last seen: 6 months 1 week ago
  • Joined: 2017-09-20

Ah, my bad. I thought the utility is called md5.

md5sum works out of the box.

Log in or register to post comments