We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8aa489 commit 6d589c0Copy full SHA for 6d589c0
.github/workflows/Dockerfile
@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/HULKs/meta-hulks
4
5
ENV LANG en_US.UTF-8
6
ENV LC_ALL=en_US.UTF-8
7
+ENV PATH="${PATH}:/root/.local/bin/"
8
9
# https://docs.yoctoproject.org/3.2.3/ref-manual/ref-system-requirements.html#ubuntu-and-debian (without some packages, with NodeJS)
10
RUN apt-get update && \
0 commit comments