Skip to content

Commit

Permalink
Merge pull request #147 from native-api/path_in_docker
Browse files Browse the repository at this point in the history
Eliminate entry duplication and tilde in PATH
  • Loading branch information
skvark committed Nov 24, 2018
2 parents 57e49cb + 16e4cd1 commit dabae8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile_i686
Expand Up @@ -84,4 +84,4 @@ RUN curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/uapi/
curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/linux/compiler.h && \
mv videodev2.h v4l2-common.h v4l2-controls.h compiler.h /usr/include/linux

ENV PATH "$PATH=~/bin:$PATH"
ENV PATH "$HOME/bin:$PATH"
2 changes: 1 addition & 1 deletion docker/Dockerfile_x86_64
Expand Up @@ -84,4 +84,4 @@ RUN curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/uapi/
curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/linux/compiler.h && \
mv videodev2.h v4l2-common.h v4l2-controls.h compiler.h /usr/include/linux

ENV PATH "$PATH=~/bin:$PATH"
ENV PATH "$HOME/bin:$PATH"

0 comments on commit dabae8a

Please sign in to comment.