Browse Source

msg

merge-requests/83/head
Steven Foerster 5 years ago
parent
commit
1bfed78f17
  1. 1
      scripts/subinstallers/docker_raspbian.sh

1
scripts/subinstallers/docker_raspbian.sh

@ -35,6 +35,7 @@ compare_version $LIBSECCOMP2_VERSION '<' '2.5.1-1' @@ -35,6 +35,7 @@ compare_version $LIBSECCOMP2_VERSION '<' '2.5.1-1'
if [ $? -eq 0 ]; then
# this is dumb but the raspbian repo managers aren't impressive
echo "Installing newer libseccomp2"
pushd .
cd /tmp
wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb

Loading…
Cancel
Save