Skip to content

Commit

Permalink
remove wget for compatability with bcfishpass package
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Mar 8, 2024
1 parent dac6c06 commit 52184bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN apt-get update && apt-get --assume-yes upgrade \
&& apt-get -qq install -y --no-install-recommends make \
&& apt-get -qq install -y --no-install-recommends g++ \
&& apt-get -qq install -y --no-install-recommends git \
&& apt-get -qq install -y --no-install-recommends wget \
&& apt-get -qq install -y --no-install-recommends zip \
&& apt-get -qq install -y --no-install-recommends unzip \
&& apt-get -qq install -y --no-install-recommends python3-dev \
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ data/FWA_STREAM_NETWORKS_SP.gdb.zip: .make/db
# note that this is possbile to download via /vsizip/vsicurl but a direct download seems faster
data/WBD_National_GDB.zip:
mkdir -p data
wget --trust-server-names -qN https://prd-tnm.s3.amazonaws.com/StagedProducts/Hydrography/WBD/National/GDB/WBD_National_GDB.zip -P data
curl -o data/WBD_National_GDB.zip \
https://prd-tnm.s3.amazonaws.com/StagedProducts/Hydrography/WBD/National/GDB/WBD_National_GDB.zip

# load washington, idaho, montana and alaska
.make/wbdhu12: data/WBD_National_GDB.zip
Expand Down

0 comments on commit 52184bf

Please sign in to comment.