Skip to content

Commit

Permalink
symlink lib files, don't feel like figuring out why it's not installe…
Browse files Browse the repository at this point in the history
…d/searched for correctly
  • Loading branch information
rpatel3001 authored Jan 26, 2025
1 parent 9c1b0d8 commit 090f8c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN set -x && \
make install && \
popd && popd && \
xargs -a /src/satdump/packages.builder apt purge -qy && \
ln -s /usr/lib/satdump/ /usr/local/lib/satdump && \
# Clean up
apt-get remove -y "${TEMP_PACKAGES[@]}" && \
apt-get autoremove -y && \
Expand Down

0 comments on commit 090f8c0

Please sign in to comment.