Skip to content

Commit

Permalink
Make postBuffer global
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSwainston committed Nov 17, 2023
1 parent 0e5c0ba commit c1aadc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ ENV C_INCLUDE_PATH $C_INCLUDE_PATH:$PGPLOT_DIR/include
RUN wget http://www.atnf.csiro.au/people/pulsar/psrcat/downloads/psrcat_pkg.tar.gz && tar -xvf psrcat_pkg.tar.gz -C $PSRHOME && rm psrcat_pkg.tar.gz && \
wget https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-3.5.1.tar.gz && tar -xvf calceph-3.5.1.tar.gz -C $PSRHOME && rm calceph-3.5.1.tar.gz && \
wget https://sourceforge.net/projects/swig/files/swig/swig-4.0.1/swig-4.0.1.tar.gz && tar -xvf swig-4.0.1.tar.gz -C $PSRHOME && rm swig-4.0.1.tar.gz && \
git config http.postBuffer 524288000 && \
git config --global http.postBuffer 1048576000 && \
git clone git://git.code.sf.net/p/tempo/tempo tempo && \
git clone https://bitbucket.org/psrsoft/tempo2.git && \
git clone git://git.code.sf.net/p/psrchive/code psrchive && \
Expand Down

0 comments on commit c1aadc1

Please sign in to comment.