Skip to content

Commit

Permalink
Copy scripts before install dependency step
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Jan 11, 2024
1 parent b8ce161 commit 7a17daf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ RUN sed -i 's|http://archive.ubuntu.com|http://us.archive.ubuntu.com|g' /etc/apt
RUN apt-get update && apt-get install -y sudo
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
RUN adduser $SUMO_USER sudo --disabled-password
COPY scripts/ /home/carma/src
WORKDIR /home/carma/src

RUN scripts/install_dependencies.sh

COPY --chown=carma:carma . /home/carma/src
Expand Down

0 comments on commit 7a17daf

Please sign in to comment.