diff --git a/.devcontainer/Dockerfile_JetPack b/.devcontainer/Dockerfile_JetPack index 3c7b2bae..51882f4e 100644 --- a/.devcontainer/Dockerfile_JetPack +++ b/.devcontainer/Dockerfile_JetPack @@ -114,7 +114,7 @@ RUN wget -q https://github.com/MissouriMRDT/Autonomy_Packages/raw/main/ffmpeg/ar # Install Libdatachannel ARG LIBDATACHANNEL_VERSION="0.22.2" -RUN wget -q https://github.com/MissouriMRDT/Autonomy_Packages/raw/main/libdatachannel/amd64/libdatachannel_${LIBDATACHANNEL_VERSION}_arm64.deb && \ +RUN wget -q https://github.com/MissouriMRDT/Autonomy_Packages/raw/main/libdatachannel/arm64/libdatachannel_${LIBDATACHANNEL_VERSION}_arm64.deb && \ dpkg -i libdatachannel_${LIBDATACHANNEL_VERSION}_arm64.deb && \ rm libdatachannel_${LIBDATACHANNEL_VERSION}_arm64.deb