Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Jan 20, 2025
1 parent 36bf419 commit aed3dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appimage/Dockerfile.part
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# file is needed for appimagetool when its run with --appimage-extract-and-run
# binutil is needed for strip
RUN apt-get update && apt-get install -yqq --no-install-recommends python3-pip binutils file dietlibc-dev gcc musl musl-tools \
&& pip3 install --user exodus-bundler --no-warn-script-location \
&& pip3 install --user exodus-bundler --no-warn-script-location --break-system-packages \
&& /root/.local/bin/exodus --verbose --tarball --output=/tmp/pktvisor.tgz $(which pktvisord) $(which pktvisor-reader) \
&& mkdir pktvisor \
&& tar --strip=1 -xf /tmp/pktvisor.tgz -C pktvisor/ \
Expand Down

0 comments on commit aed3dbb

Please sign in to comment.