Skip to content

Commit

Permalink
adding RTX repo to be safe for user root #2231
Browse files Browse the repository at this point in the history
  • Loading branch information
sundareswarpullela committed Dec 21, 2023
1 parent 61bac97 commit 51b110e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DockerBuild/Merged-Dockerfile
Expand Up @@ -31,6 +31,7 @@ RUN chown -R rt.rt /mnt/data/orangeboard/production
RUN su rt && cd /mnt/data/orangeboard/production && git clone https://github.com/RTXteam/RTX.git
RUN su rt && cd /mnt/data/orangeboard/production/RTX && git checkout itrb-test
RUN chown -R rt.rt /mnt/data/orangeboard/production/RTX
RUN git config --global --add safe.directory /mnt/data/orangeboard/production/RTX

# install apache2 and copy config file
RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -yq apache2
Expand Down

0 comments on commit 51b110e

Please sign in to comment.