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 16e6804 commit 31e595aCopy full SHA for 31e595a
build-yocto/Dockerfile
@@ -15,6 +15,9 @@ RUN apt-get install -y curl dosfstools mtools parted syslinux tree
15
RUN curl http://storage.googleapis.com/git-repo-downloads/repo > /usr/local/bin/repo
16
RUN chmod a+x /usr/local/bin/repo
17
18
+# Set the default shell to bash instead of dash
19
+RUN echo "dash dash/sh boolean false" | debconf-set-selections && dpkg-reconfigure dash
20
+
21
# Create user "jenkins"
22
RUN id jenkins 2>/dev/null || useradd --uid 1000 --create-home jenkins
23
0 commit comments