Skip to content

Commit 7dd2644

Browse files
authored
[firefox-git] add git-cinnabar to dockerfile PATH as well
1 parent 5835043 commit 7dd2644

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

firefox/firefox-git.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN git clone https://github.com/glandium/git-cinnabar /home/user/.git-cinnabar
2222
&& /home/user/.git-cinnabar/git-cinnabar download \
2323
&& echo "\n# Add git-cinnabar to the PATH." >> /home/user/.bashrc \
2424
&& echo "PATH=\"\$PATH:/home/user/.git-cinnabar\"" >> /home/user/.bashrc
25+
ENV PATH $PATH:/home/user/.git-cinnabar
2526

2627
# Download Firefox's source code.
2728
RUN git clone https://github.com/mozilla/gecko-dev /home/user/firefox

0 commit comments

Comments
 (0)