Update pre_install.sh
frdel committed
Jul 9, 2025 at 10:41 UTC
e275ac428c8e4f98c3cac483a9e1c4fb2d5ec954
1 file changed
+3
docker/run/fs/ins/pre_install.sh
+3
@@ -1,6 +1,9 @@
1
#!/bin/bash
2
set -e
3
4
+# update apt
5
+apt-get update
6
+
7
# fix permissions for cron files if any
8
if [ -f /etc/cron.d/* ]; then
9
chmod 0644 /etc/cron.d/*