FROM alpine RUN apk add --no-cache bash python3 RUN adduser -D user USER user ADD runall.py / CMD ["python3", "/runall.py"]