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 a90e6cb commit 6ad3e87
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 @@ -28,7 +28,7 @@ RUN echo "deb http://deb.debian.org/debian bookworm contrib" >> /etc/apt/sources
chmod +x /sbin/entrypoint.sh && \
echo "#!/bin/bash" >> /sbin/entrypoint.sh && \
# Prevent output to /dev/console, instead use log output.
echo "mount --bind /dev/pts/0 /dev/console" >> /sbin/entrypoint.sh && \
echo "mount --bind /dev/null /dev/console" >> /sbin/entrypoint.sh && \
# Our entrypoint is systemd boot.
echo "exec /sbin/init --boot" >> /sbin/entrypoint.sh

Expand Down

0 comments on commit 6ad3e87

Please sign in to comment.