This commit is contained in:
@@ -20,6 +20,9 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /
|
|||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
# Install junit-report-merger
|
||||||
|
RUN npm install -g junit-report-merger
|
||||||
|
|
||||||
# Install Rust
|
# Install Rust
|
||||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ The image can be pulled from `git.marinodev.com/marinodev/rust_gitea_ci:latest`
|
|||||||
The image has the following for use in ci/cd
|
The image has the following for use in ci/cd
|
||||||
|
|
||||||
- node
|
- node
|
||||||
|
- [junit-report-merger](https://github.com/bhovhannes/junit-report-merger)
|
||||||
- docker
|
- docker
|
||||||
- rust
|
- rust
|
||||||
- clippy
|
- clippy
|
||||||
|
|||||||
Reference in New Issue
Block a user