smebberson / docker-alpine

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

Add libcap package so setcap works #73

Closed abh closed 7 years ago

smebberson commented 7 years ago

@abh, so you're saying https://github.com/smebberson/docker-alpine/blob/master/alpine-base/Dockerfile#L18 doesn't work as it is? Which OS/platform are you building/running these images on?

abh commented 7 years ago

The finished container didn’t have setcap installed. I was building it on macOS (with Docker.app), but you should be able to reproduce it I’d expect. I don’t see how it’d come into the package without this, unless alpine:3.5 has it included (it didn’t for me).

abh commented 7 years ago

Ping.

smebberson commented 7 years ago

Hey @abh, I'm just about to embark on a major point release to alpine-base so I'll be merging this in shortly and making a few other changes. Sorry for the delay (I've been busy catching up on Node.js releases https://github.com/smebberson/docker-alpine/releases).

smebberson commented 7 years ago

This was done in the latest version I just released :)