FROM python:3.10-alpine
RUN echo "Test image built successfully"
CMD ["echo", "Hello from built image"]
