Skip to content

Commit 90cdcf1

Browse files
committed
Custom command
1 parent e7fec4c commit 90cdcf1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ RUN set -eux; \
6565
# run all scripts in /etc/console/init/boot.d
6666
RUN set -eux; \
6767
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

Comments
 (0)