mikesplain / openvas-docker

A Docker container for Openvas
MIT License
770 stars 305 forks source link

Dockerfile context #230

Closed gotbeer closed 5 years ago

gotbeer commented 5 years ago

Dockerfile

FROM mikesplain/openvas

FROM ubuntu:16.04

What's the point of use two 'FROM' ?

mikesplain commented 5 years ago

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.