Skip to content
Snippets Groups Projects
Commit 7d92ae38 authored by Éloïs's avatar Éloïs
Browse files

Update Dockerfile

parent 4b5d9652
No related branches found
No related tags found
No related merge requests found
Pipeline #6368 failed
...@@ -19,8 +19,9 @@ USER user ...@@ -19,8 +19,9 @@ USER user
WORKDIR /home/user WORKDIR /home/user
# Add useful aliases # Add useful aliases
COPY ./add_useful_aliases.sh ./ ADD ./add_useful_aliases /home/user
RUN add_useful_aliases.sh RUN chmod +x add_useful_aliases.sh
RUN ./add_useful_aliases.sh
# Install coverage tool # Install coverage tool
RUN cargo install cargo-tarpaulin RUN cargo install cargo-tarpaulin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment