Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmspam authored Apr 29, 2024
1 parent e7d8f31 commit a90e6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian-version/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN echo "deb http://deb.debian.org/debian bookworm contrib" >> /etc/apt/sources
# Prevent output to /dev/console, instead use log output.
echo "mount --bind /dev/pts/0 /dev/console" >> /sbin/entrypoint.sh && \
# Our entrypoint is systemd boot.
echo "/sbin/init --boot" >> /sbin/entrypoint.sh
echo "exec /sbin/init --boot" >> /sbin/entrypoint.sh


CMD ["/sbin/entrypoint.sh"]

0 comments on commit a90e6cb

Please sign in to comment.