Skip to content

Commit

Permalink
Add /root/.local/bin to PATH in ci container
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidma committed Mar 17, 2024
1 parent a8aa489 commit 6d589c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/HULKs/meta-hulks

ENV LANG en_US.UTF-8
ENV LC_ALL=en_US.UTF-8
ENV PATH="${PATH}:/root/.local/bin/"

# https://docs.yoctoproject.org/3.2.3/ref-manual/ref-system-requirements.html#ubuntu-and-debian (without some packages, with NodeJS)
RUN apt-get update && \
Expand Down

0 comments on commit 6d589c0

Please sign in to comment.