chore: ensure package consistency across images

This commit is contained in:
qoijjj
2024-08-06 10:01:13 -07:00
committed by GitHub
parent f75215cfdf
commit 2318f83a9a
11 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
echo "Disabling the sshd"
systemctl disable sshd
systemctl mask sshd