Here is my problem. I have this Dockerfile
FROM debian:latest ARG GITHUB_URL RUN apt update && apt upgrade -y && apt install -y unzip wget RUN mkd