Update ubuntu-22.04 Dockerfile to add python user script dir (#2508)
This commit is contained in:
parent
22fbd10bd3
commit
58f4b6ff2d
|
|
@ -98,6 +98,8 @@ COPY docker-shim.sh /usr/local/bin/docker
|
|||
# Configure hooks folder structure.
|
||||
COPY hooks /etc/arc/hooks/
|
||||
|
||||
# Add the Python "User Script Directory" to the PATH
|
||||
ENV PATH="${PATH}:${HOME}/.local/bin/"
|
||||
ENV ImageOS=ubuntu22
|
||||
|
||||
RUN echo "PATH=${PATH}" > /etc/environment \
|
||||
|
|
|
|||
Loading…
Reference in New Issue