Skip to content

Commit

Permalink
Merge pull request #33 from NASA-IMPACT/lasrc_351
Browse files Browse the repository at this point in the history
Remove v from branch tag for espa-product-formatter.
  • Loading branch information
sharkinsspatial authored Oct 13, 2023
2 parents 2326799 + 0a6f46a commit 3d5b688
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 @@ -23,7 +23,7 @@ COPY ./run_Fmask.sh /usr/bin

RUN REPO_NAME=espa-product-formatter \
&& cd $SRC_DIR \
&& git clone -b v3.5.0 https://github.com/NASA-IMPACT/${REPO_NAME}.git ${REPO_NAME} \
&& git clone -b 3.5.0 https://github.com/NASA-IMPACT/${REPO_NAME}.git ${REPO_NAME} \
&& cd ${REPO_NAME} \
&& make BUILD_STATIC=yes \
&& make install \
Expand Down

0 comments on commit 3d5b688

Please sign in to comment.