feat: add bash to image
This commit is contained in:
parent
6d50289a35
commit
7ab30ce7c3
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image:
|
image:
|
||||||
git.kemitix.net/kemitix/rust:latest
|
git.kemitix.net/kemitix/rust:v3.1.0
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
toolchain:
|
toolchain:
|
||||||
|
|
|
@ -9,7 +9,7 @@ LABEL org.opencontainers.image.source=https://git.kemitix.net/kemitix/rust
|
||||||
# openssl-dev - build dependency for git-next
|
# openssl-dev - build dependency for git-next
|
||||||
# dbus-dev - linux os interop (e.g. desktop notifications)
|
# dbus-dev - linux os interop (e.g. desktop notifications)
|
||||||
# git - git
|
# git - git
|
||||||
RUN apk add nodejs curl clang pkgconfig mold openssl-dev dbus-dev git
|
RUN apk add nodejs curl clang pkgconfig mold openssl-dev dbus-dev git bash
|
||||||
|
|
||||||
RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.19/cargo-binstall-x86_64-unknown-linux-musl.tgz -o cargo-binstall.tgz && \
|
RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.19/cargo-binstall-x86_64-unknown-linux-musl.tgz -o cargo-binstall.tgz && \
|
||||||
tar -xzf cargo-binstall.tgz && \
|
tar -xzf cargo-binstall.tgz && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue