Closed gotbeer closed 5 years ago
Dockerfile
FROM mikesplain/openvas FROM ubuntu:16.04
What's the point of use two 'FROM' ?
Openvas requires a few GB of data that gets synced during builds. By first copying that data, the sync goes much quicker and it speeds up our builds significantly.
Dockerfile
What's the point of use two 'FROM' ?