We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59b4dc commit f9108b4Copy full SHA for f9108b4
deploy/iso/minikube-iso/Dockerfile
@@ -47,10 +47,11 @@ RUN chmod 777 /app
47
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
48
ENV LANG=en_US.utf8
49
50
-RUN useradd -ms /bin/bash -u 1001 -g 118 builder
+RUN useradd -ms /bin/bash -u 1001 builder
51
USER builder
52
ENV HOME=/home/builder
53
WORKDIR /home/builder
54
+RUN chmod -R 777 /home/builder
55
56
# dumb init will allow us to interrupt the build with ^C
57
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
0 commit comments