Skip to content

Commit

Permalink
Temporarily use a non-default branch of cisagov/domain-scan
Browse files Browse the repository at this point in the history
This is being done to test the changes in cisagov/domain-scan#6.  This
change can be reverted once cisagov/domain-scan#6 is approved and
merged.
  • Loading branch information
jsf9k committed Nov 26, 2023
1 parent d77a5e4 commit e663917
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 @@ -70,7 +70,7 @@ RUN pip3 install --no-cache-dir --upgrade \
###
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/improvement/get-rid-of-regex-warnings \
| tar --extract --gzip --strip-components 1 --directory ${CISA_HOME}/domain-scan/
RUN pip3 install --no-cache-dir --upgrade \
--requirement ${CISA_HOME}/domain-scan/requirements.txt
Expand Down

0 comments on commit e663917

Please sign in to comment.