Fix shared mount of /run

Needs util-linux for now, see https://github.com/docker/moby/issues/424

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2016-08-22 23:04:57 +01:00
parent a8322804ef
commit 3f381afbfb
4 changed files with 5 additions and 2 deletions

View File

@@ -22,4 +22,5 @@ RUN \
e2fsprogs-extra \
openssl \
jq \
util-linux \
&& rm -rf /var/cache/apk/*