I have a simple Dockerfile as below:
Dockerfile
FROM kalilinux/kali-rolling WORKDIR /attack COPY . /attack RUN ls RUN chmod +x attack.sh RUN ./attack.sh $aws_