Skip to content

Commit

Permalink
add back newline
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Oct 27, 2023
1 parent f92857c commit 01e9111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,5 @@ ENV PANDA_PATH /usr/local/lib/python3.8/dist-packages/pandare/data
RUN ldconfig && \
update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \
if (ldd /usr/local/lib/python*/dist-packages/pandare/data/*-softmmu/libpanda-*.so | grep 'not found'); then exit 1; fi && \
if (ldd /usr/local/lib/python*/dist-packages/pandare/data/*-softmmu/panda/plugins/*.so | grep 'not found'); then exit 1; fi
if (ldd /usr/local/lib/python*/dist-packages/pandare/data/*-softmmu/panda/plugins/*.so | grep 'not found'); then exit 1; fi

0 comments on commit 01e9111

Please sign in to comment.