docker-library / buildpack-deps

MIT License
445 stars 113 forks source link

jessie images don't contain apt-get #68

Closed astlev closed 7 years ago

astlev commented 7 years ago

Hi guys, looks like jessie images don't contain apt-get command, which can brake building images based on jessie (in case of using apt-get command in dockerfile). I believe that because of this error most of microsoft/dotnet images based on jessie-scm aren't working at the moment (Failed to initialize CoreCLR, HRESULT: 0x80131500). Probably they were built with non-working apt-get and libicu52 wasn't installed, which is the root of problem with CoreCLR.

astlev commented 7 years ago

Probably I did something wrong, as it works on another machine now. I mean apt-get command on jessie image.