aboutsummaryrefslogtreecommitdiffstats
path: root/docker/core/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/core/Dockerfile')
-rw-r--r--docker/core/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index c02832b9..fa435985 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -41,8 +41,8 @@ RUN apk -U upgrade && \
mkdir -p /var/lib/rally/database && rally db create && \
rm -r /src/requirements/.git /tmp/Try-a-quick-fix-vs-asynchronuous-issues.patch && \
addgroup -g 1000 xtesting && adduser -u 1000 -G xtesting -D xtesting && \
- mkdir -p /etc/xtesting && chown -R xtesting: /etc/xtesting && \
- mkdir -p /var/lib/xtesting/results && chown -R xtesting: /var/lib/xtesting && \
+ mkdir -p /etc/xtesting && chown -R xtesting: /etc/xtesting /etc/rally && \
+ mkdir -p /var/lib/xtesting/results && chown -R xtesting: /var/lib/xtesting /var/lib/rally && \
apk del .build-deps
USER xtesting
COPY logging.ini /etc/xtesting/logging.ini