Files

5 lines
183 B
Docker
Raw Permalink Normal View History

2022-12-15 19:57:12 -08:00
FROM ubuntu
ARG DEBIAN_FRONTEND=noninteractive
RUN echo "1" > /tmp/output.txt && \
echo ' bin/sh -c "while true; do sleep 30;done;"' > /tmp/script.sh && chmod +x /tmp/script.sh