We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fec4c commit 90cdcf1Copy full SHA for 90cdcf1
Dockerfile
@@ -65,3 +65,6 @@ RUN set -eux; \
65
# run all scripts in /etc/console/init/boot.d
66
RUN set -eux; \
67
test ! -d /etc/console/init/boot.d || find /etc/console/init/boot.d -maxdepth 1 -type f -exec bash {} \;
68
+
69
+# sleep forever
70
+CMD ["/bin/sh", "-c", "--", "sleep infinity"]
0 commit comments