tillt / docker-kdc

Docker container generator for a Kerberos KDC.
Apache License 2.0
49 stars 21 forks source link

Allow docker cache; update apt just before install #7

Closed seanf closed 7 years ago

seanf commented 8 years ago

Also reduced the number of docker layers by putting all apt-get commands in one RUN directive.

This can make ./kdc build quite a bit faster, but should still prevent broken builds due to outdated apt caches.