Skip to content

Commit 29058bb

Browse files
authored
Update Dockerfile
1 parent 2a19bf9 commit 29058bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -eux; \
1919
RUN mkdir -p /output/usr/bin
2020
RUN mkdir -p /output/usr/share/doc/yazi
2121
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/
22+
RUN cd yazi && cargo build --release --all-features && cp ./target/release/yazi /output/usr/bin/ && cp ./target/release/ya /output/usr/bin/
2323
RUN mkdir -p /output/DEBIAN
2424

2525
COPY output/DEBIAN/control /output/DEBIAN/

0 commit comments

Comments
 (0)