app-torcx/docker: Bump to 17.06.1

This adds libltdl, which is a requirement of Docker's pkcs11-helper
bindings.  The library was not installed in the OS image, so it was
just added to the Docker torcx image.  It can be dropped from the
torcx image if anything else ever pulls it into the OS image.
This commit is contained in:
David Michael 2017-08-18 18:25:55 -07:00
parent 9492b0b1ed
commit 7ccce67db0
2 changed files with 5 additions and 4 deletions

View File

@ -11,10 +11,11 @@ KEYWORDS="amd64 arm64"
# Explicitly list all packages that will be built into the image. # Explicitly list all packages that will be built into the image.
RDEPEND=" RDEPEND="
=app-emulation/docker-17.05.0-r1 =app-emulation/docker-17.06.1
=app-emulation/containerd-0.2.7_p2-r1 =app-emulation/containerd-0.2.9_p7
=app-emulation/docker-proxy-0.8.0_p20170410 =app-emulation/docker-proxy-0.8.0_p20170410-r1
=app-emulation/runc-1.0.0_rc2_p137 =app-emulation/docker-runc-1.0.0_rc3_p53
=dev-libs/libltdl-2.4.6
=sys-process/tini-0.13.2 =sys-process/tini-0.13.2
" "