Skip to content

Commit

Permalink
alpine: remove unneeded mount -a
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Mar 9, 2024
1 parent 1363001 commit d4dc678
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ if [ "$(awk '$2 == "/" {print $3}' /proc/mounts)" == "tmpfs" ]; then
set -e -o pipefail
fi
done
# Make sure to re-mount any mount points under /tmp
mount -a
# Reinstall packages from /mnt/data/apk/cache into the RAM disk
apk fix --no-network
fi

0 comments on commit d4dc678

Please sign in to comment.