Skip to content

Commit f9108b4

Browse files
committed
ugh
1 parent a59b4dc commit f9108b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/iso/minikube-iso/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ RUN chmod 777 /app
4747
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
4848
ENV LANG=en_US.utf8
4949

50-
RUN useradd -ms /bin/bash -u 1001 -g 118 builder
50+
RUN useradd -ms /bin/bash -u 1001 builder
5151
USER builder
5252
ENV HOME=/home/builder
5353
WORKDIR /home/builder
54+
RUN chmod -R 777 /home/builder
5455

5556
# dumb init will allow us to interrupt the build with ^C
5657
ENTRYPOINT ["/usr/bin/dumb-init", "--"]

0 commit comments

Comments
 (0)