# Use an official Python runtime as a parent image FROM python:3.9 RUN python one_click.py # Run the start script when the container launches CMD ["./start_linux.sh"]