Skip to content

Commit

Permalink
Use the bugfix branch of cisagov/domain-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Feb 5, 2023
1 parent d4a22a4 commit fc80aae
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/master \
&& curl --location https://github.com/cisagov/domain-scan/tarball/bugfix/fix_issues_with_psl_updating \
| 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 fc80aae

Please sign in to comment.