Skip to content
Snippets Groups Projects
Commit ecbb1e30 authored by Pascal Engélibert's avatar Pascal Engélibert :bicyclist:
Browse files

Update Dockerfile

parent 04a46b36
No related branches found
No related tags found
No related merge requests found
Pipeline #6748 passed
...@@ -21,7 +21,6 @@ RUN cargo install --git https://github.com/ZettaScript/cargo-arch ...@@ -21,7 +21,6 @@ RUN cargo install --git https://github.com/ZettaScript/cargo-arch
# create user # create user
RUN useradd --no-create-home --shell=/bin/false builduser && usermod -L builduser RUN useradd --no-create-home --shell=/bin/false builduser && usermod -L builduser
RUN echo "builduser ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers RUN echo "builduser ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
RUN chown -R builduser /builds/nodes/rust/duniter-rs/bin/dunitrust-server/src
# place bins into accessible places # place bins into accessible places
RUN cp /root/.cargo/bin/cargo /usr/bin RUN cp /root/.cargo/bin/cargo /usr/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment