Skip to content

Commit

Permalink
Set git to use HTTPS rather than SSH because it is far less likley to…
Browse files Browse the repository at this point in the history
… be firewalled
  • Loading branch information
philipbelesky committed Feb 14, 2017
1 parent f3f1a41 commit 0424a52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ WORKDIR /tcd
# Can this be skipped? Takes ages
ADD . /tcd/

# Set git to use HTTPS (SSH is often blocked by firewalls)
RUN git config --global url."https://".insteadOf git://

# Install our node/python requirements
RUN pip install -r ./requirements_common.txt
RUN npm install
Expand Down

0 comments on commit 0424a52

Please sign in to comment.