a16276d d224a09 a16276d
1
2
3
4
5
6
7
FROM ubuntu RUN apt-get update && apt-get install yq ADD script.py /app/script.py dq CMD python3 script.py