Skip to content

Commit dabae8a

Browse files
authored
Merge pull request #147 from native-api/path_in_docker
Eliminate entry duplication and tilde in PATH
2 parents 57e49cb + 16e4cd1 commit dabae8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile_i686

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ RUN curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/uapi/
8484
curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/linux/compiler.h && \
8585
mv videodev2.h v4l2-common.h v4l2-controls.h compiler.h /usr/include/linux
8686

87-
ENV PATH "$PATH=~/bin:$PATH"
87+
ENV PATH "$HOME/bin:$PATH"

docker/Dockerfile_x86_64

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ RUN curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/uapi/
8484
curl -O https://raw.githubusercontent.com/torvalds/linux/v4.14/include/linux/compiler.h && \
8585
mv videodev2.h v4l2-common.h v4l2-controls.h compiler.h /usr/include/linux
8686

87-
ENV PATH "$PATH=~/bin:$PATH"
87+
ENV PATH "$HOME/bin:$PATH"

0 commit comments

Comments
 (0)