smebberson / docker-alpine

Docker containers running Alpine Linux and s6 for process management. Solid, reliable containers.
MIT License
596 stars 187 forks source link

csh shell available? #86

Closed marty-sullivan closed 7 years ago

marty-sullivan commented 7 years ago

Hi, I am trying to build some legacy apps that require csh into an alpine container image, however, I cannot find the csh shell within the apk repos. Is there not a package for this shell available?

smebberson commented 7 years ago

@marty-sullivan, I've never tried to look for it before. I just had a quick look and no, it doesn't look like there is one. A quick Google didn't turn up much either, sorry!

Just be aware that bash isn't included by default either, so if you're looking to port them to bash you'll have to install that package.