FROM ubuntu:16.04 LABEL MAINTAINER="Matthew Barker, [email protected]" LABEL version="1.01" LABEL purpose="Provide easy way to reverse shell for Twistlock FARGATE Demo"
RUN apt-get update RUN apt-get remove -y netcat-openbsd && apt-get install -y netcat-traditional RUN apt-get install -y curl