We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bef7c commit 40227c7Copy full SHA for 40227c7
ci/Dockerfile
@@ -8,6 +8,10 @@ ENV CI=1
8
ARG DOCKER_PLATFORM
9
ENV DOCKER_PLATFORM="${DOCKER_PLATFORM}"
10
11
+# we need to provide some writable $HOME for the (random) used ID we use in the build script
12
+RUN install -d -m 0777 /home/user
13
+ENV HOME=/home/user
14
+
15
# let the install script do the heavy lifting (easier than replicating the complex behavior in a Dockerfile)
16
COPY install-deps.sh /
17
RUN bash -xe install-deps.sh
0 commit comments