Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Jan 11, 2024
1 parent 7a17daf commit 90c0b16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +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
COPY scripts/ /home/carma/src/scripts

RUN scripts/install_dependencies.sh
RUN /home/carma/src/scripts/install_dependencies.sh

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

0 comments on commit 90c0b16

Please sign in to comment.