Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker/cdash.docker
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ fi
# Assign www-data ownership of apache2 configuration files
RUN chown -R www-data:www-data /etc/apache2

# Disable git repo ownership check system wide
RUN git config --system --add safe.directory '*'

# Run the rest of the commands as www-data
USER www-data

Expand Down