Skip to content

Commit 6d589c0

Browse files
committed
Add /root/.local/bin to PATH in ci container
1 parent a8aa489 commit 6d589c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/HULKs/meta-hulks
44

55
ENV LANG en_US.UTF-8
66
ENV LC_ALL=en_US.UTF-8
7+
ENV PATH="${PATH}:/root/.local/bin/"
78

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

0 commit comments

Comments
 (0)