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