mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Fixed bash
This commit is contained in:
3
dist/build/x86_64_debian9/Dockerfile
vendored
3
dist/build/x86_64_debian9/Dockerfile
vendored
@@ -9,6 +9,7 @@ RUN apt update && apt install -y \
|
||||
libssl-dev \
|
||||
libssh2-1-dev \
|
||||
libdbus-1-dev \
|
||||
bash \
|
||||
curl
|
||||
|
||||
# Install rust
|
||||
@@ -26,4 +27,4 @@ RUN . $HOME/.cargo/env && cargo build --release && cargo strip
|
||||
# Build pkgs
|
||||
RUN . $HOME/.cargo/env && cargo deb
|
||||
|
||||
CMD ["sh"]
|
||||
CMD ["bash"]
|
||||
|
||||
Reference in New Issue
Block a user