Skip to content

Commit

Permalink
chown
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Seitz committed Sep 23, 2023
1 parent 5fab40f commit d9c87f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/tests/docker-compose.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
command: >
/bin/bash -c "id &&
cd '/runs/{{ tutorial_folder }}' &&
chown -R precice:precice /runs &&
ls -al &&
touch somefile.permissions &&
sed -i 's%</participant>%<export:vtk directory=\"../{{precice_output_folder}}\" /> </participant>%g' precice-config.xml &&
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/dockerfiles/ubuntu_2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ USER root
SHELL ["/bin/bash", "-c"]
ENV DEBIAN_FRONTEND=noninteractive

RUN useradd -ms /bin/bash precice
RUN useradd -ms /bin/bash precice
ENV PATH="${PATH}:/home/precice/.local/bin"
ENV LD_LIBRARY_PATH="/home/precice/.local/lib:${LD_LIBRARY_PATH}"
ENV CPATH="/home/precice/.local/include:$CPATH"
Expand Down

0 comments on commit d9c87f1

Please sign in to comment.