Fixed bash

This commit is contained in:
veeso
2021-10-11 20:40:20 +02:00
parent 8cf6c1fce3
commit 0aeca76f63
3 changed files with 6 additions and 4 deletions

View File

@@ -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"]