FROM ubuntu RUN apt-get update && apt-get install yq ADD script.py /app/script.py dq CMD python3 script.py