Skip to content

Commit e275ac4

Browse files
committed
Update pre_install.sh
1 parent 3b18b86 commit e275ac4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/run/fs/ins/pre_install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
set -e
33

4+
# update apt
5+
apt-get update
6+
47
# fix permissions for cron files if any
58
if [ -f /etc/cron.d/* ]; then
69
chmod 0644 /etc/cron.d/*

0 commit comments

Comments
 (0)