提交 16e4cd1f 编写于 作者: I Ivan Pozdeev

Eliminate entry duplication and tilde in PATH

[skip ci]
上级 77a3278f
......@@ -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"
\ No newline at end of file
ENV PATH "$HOME/bin:$PATH"
\ No newline at end of file
......@@ -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"
\ No newline at end of file
ENV PATH "$HOME/bin:$PATH"
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册