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.
2 parents 7ad1980 + df0a3ac commit 95ba8d3Copy full SHA for 95ba8d3
build-yocto-genivi/Dockerfile
@@ -64,7 +64,8 @@ RUN id build >/dev/null || useradd --create-home --shell /bin/bash build
64
#RUN chown -R build.build /home/build
65
#RUN cd /home/build
66
67
-COPY clone-and-build-gdp.sh /usr/local/bin
+RUN mkdir -p /usr/local/bin
68
+COPY clone-and-build-gdp.sh /usr/local/bin/
69
RUN dos2unix /usr/local/bin/*.sh && chmod 755 /usr/local/bin/*.sh
70
71
# Expose sshd port
0 commit comments