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

@@ -8,7 +8,8 @@ RUN yum -y install \
openssl \
pkgconfig \
dbus-devel \
openssl-devel
openssl-devel \
bash
# Install rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rust.sh && \
chmod +x /tmp/rust.sh && \