We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a19bf9 commit 29058bbCopy full SHA for 29058bb
Dockerfile
@@ -19,7 +19,7 @@ RUN set -eux; \
19
RUN mkdir -p /output/usr/bin
20
RUN mkdir -p /output/usr/share/doc/yazi
21
RUN git clone https://github.com/sxyazi/yazi.git
22
-RUN cd yazi && cargo build --release --all-features && cp ./target/release/yazi /output/usr/bin/
+RUN cd yazi && cargo build --release --all-features && cp ./target/release/yazi /output/usr/bin/ && cp ./target/release/ya /output/usr/bin/
23
RUN mkdir -p /output/DEBIAN
24
25
COPY output/DEBIAN/control /output/DEBIAN/
0 commit comments