Skip to content

Commit 95ba8d3

Browse files
committed
Merge pull request #206 from gmacario/fix-issue-205
build-yocto-genivi: Fix Docker Hub autobuild failure
2 parents 7ad1980 + df0a3ac commit 95ba8d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-yocto-genivi/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ RUN id build >/dev/null || useradd --create-home --shell /bin/bash build
6464
#RUN chown -R build.build /home/build
6565
#RUN cd /home/build
6666

67-
COPY clone-and-build-gdp.sh /usr/local/bin
67+
RUN mkdir -p /usr/local/bin
68+
COPY clone-and-build-gdp.sh /usr/local/bin/
6869
RUN dos2unix /usr/local/bin/*.sh && chmod 755 /usr/local/bin/*.sh
6970

7071
# Expose sshd port

0 commit comments

Comments
 (0)