FROM gcc:9.5.0

LABEL email="liuyuqi<liuyuqi.gov@msn.cn>"
WORKDIR /app

VOLUME [ "/app" ]
CMD ["/bin/bash", "-c", "while true; do sleep 1000; done"]