Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
cWave committed Aug 29, 2024
1 parent 7928f28 commit 5bf251e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN if [ "$(arch)" = "aarch64" ]; then \
git clone --branch v20230525.1 --single-branch https://${GITHUB_USER}:${GITHUB_PASS}@github.com/FortyNorthSecurity/EyeWitness /usr/src/github/EyeWitness; \
bash /usr/src/github/EyeWitness/Python/setup/setup.sh; \
pip uninstall --no-input -y selenium; \
pip install --no-input -y selenium==4.9.2; \
pip install selenium==4.9.2; \
fi \
&& wget https://golang.org/dl/go${GO_VERSION}.tar.gz \
&& tar -xvf go${GO_VERSION}.tar.gz \
Expand Down

0 comments on commit 5bf251e

Please sign in to comment.