aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/core/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index eefc0da8..88dbe347 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -42,6 +42,7 @@ RUN apk -U upgrade && \
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 && \
apk del .build-deps
USER xtesting
COPY logging.ini /etc/xtesting/logging.ini