docker: remove rz-pm as it was deprecated (#3010)

This commit is contained in:
Anton Kochkov 2022-09-06 21:10:39 +08:00 committed by GitHub
parent 06000072af
commit fbe973faad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,4 @@ ENV HOME /home/rizin
COPY --from=0 /tmp/rizin-install/ /
RUN rz-pm init && rz-pm update
CMD ["/bin/bash"]