Skip to content

Commit

Permalink
[firefox-git] add git-cinnabar to dockerfile PATH as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jankeromnes committed Jul 23, 2018
1 parent 5835043 commit 7dd2644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firefox/firefox-git.dockerfile
Expand Up @@ -22,6 +22,7 @@ RUN git clone https://github.com/glandium/git-cinnabar /home/user/.git-cinnabar
&& /home/user/.git-cinnabar/git-cinnabar download \
&& echo "\n# Add git-cinnabar to the PATH." >> /home/user/.bashrc \
&& echo "PATH=\"\$PATH:/home/user/.git-cinnabar\"" >> /home/user/.bashrc
ENV PATH $PATH:/home/user/.git-cinnabar

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

0 comments on commit 7dd2644

Please sign in to comment.