Skip to content

Commit

Permalink
Simplify code checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlovett committed Oct 5, 2024
1 parent b01d804 commit db18f15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.appendix
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ RUN wget -O /tmp/gtrieScanner.zip https://www.dcc.fc.up.pt/gtries/gtrieScanner_s
install -o root -g root -m 0755 /tmp/gtrieScanner_src_01/gtrieScanner /usr/local/bin/

# Install octave-networks-toolbox
RUN git clone --depth 1 \
https://github.com/aeolianine/octave-networks-toolbox \
RUN git clone https://github.com/aeolianine/octave-networks-toolbox \
/srv/octave-networks-toolbox && \
cd /srv/octave-networks-toolbox/ && \
git fetch --depth 1 origin 3bfab48 && \
git checkout 3bfab48

# Add octave-networks-toolbox to octave path
Expand Down

0 comments on commit db18f15

Please sign in to comment.