Skip to content

Commit

Permalink
Revert to using the default branch of domain-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Jan 30, 2023
1 parent b7a6fb7 commit 7b95409
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 @@ -78,7 +78,7 @@ RUN pip install --no-cache-dir --upgrade pshtt==0.6.10
###
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN mkdir ${CISA_HOME}/domain-scan \
&& curl --location https://github.com/cisagov/domain-scan/tarball/bug/switch_psl_helper_package \
&& curl --location https://github.com/cisagov/domain-scan/tarball/master \
| tar --extract --gzip --strip-components 1 --directory ${CISA_HOME}/domain-scan/
RUN pip install --no-cache-dir --upgrade \
--requirement ${CISA_HOME}/domain-scan/requirements.txt
Expand Down

0 comments on commit 7b95409

Please sign in to comment.