skip to Main Content

DockerHub Build fails

I have a Dockerfile that looks like that: FROM ubuntu:latest RUN apt-get update && apt-get -y install sudo RUN apt-get update; apt-get install -y curl; apt-get install -y unzip RUN apt-get install -y cron RUN apt-get install -y nmap RUN…

VIEW QUESTION
Back To Top
Search