diff --git a/advanced/cross-compile-hush-full-node-to-aarch64-with-docker.md b/advanced/cross-compile-hush-full-node-to-aarch64-with-docker.md index da42532..449f223 100644 --- a/advanced/cross-compile-hush-full-node-to-aarch64-with-docker.md +++ b/advanced/cross-compile-hush-full-node-to-aarch64-with-docker.md @@ -28,8 +28,8 @@ Make sure we have the latest versions of everything in the base OS image. *Note: the dependencies for arm64(aarch64) are slightly different* ``` -apt-get -y install build-essential pkg-config libc6-dev m4 autoconf libtool libncurses-dev unzip git python3 python-is-python3 zlib1g-dev wget bsdmainutils - automake nano curl unzip libsodium-dev libboost-dev libdb++-dev libwolfssl-dev g++-aarch64-linux-gnu g++ +apt-get -y install build-essential pkg-config libc6-dev m4 autoconf libtool libncurses-dev unzip git python3 python-is-python3 zlib1g-dev wget bsdmainutils \ + automake nano curl unzip libsodium-dev libboost-dev libdb++-dev libwolfssl-dev g++-aarch64-linux-gnu g++ cmake ``` 4. ### Pull or clone latest hush3 from git.hush.is