We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b18b86 commit e275ac4Copy full SHA for e275ac4
docker/run/fs/ins/pre_install.sh
@@ -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/*
0 commit comments