This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dockerfile | |
---------------------------------------------------------------------------------------------------------------------- | |
FROM debian | |
RUN apt-get update &&\ | |
apt-get upgrade -y &&\ | |
apt-get dist-upgrade -y &&\ | |
apt install wget -y &&\ | |
apt-get update && apt-get install apt-transport-https -y &&\ | |
echo "deb https://nemesida-security.com/ns/debian stretch non-free" > /etc/apt/sources.list.d/NemesidaScanner.list &&\ | |
apt install gnupg -y &&\ |