8000 - Modify code to work with Python 3 · linwinfan/httpscreenshot@1ea535a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ea535a

Browse files
author
Jesse Osiecki
committed
- Modify code to work with Python 3
- remove requesocks hard dependency - Ran code through Black linter/formater - Modify to use Geckodriver by default, PhantomJS seemed defunct
1 parent 888faaf commit 1ea535a

File tree

4 files changed

+731
-541
lines changed

4 files changed

+731
-541
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# docker pull andmyhacks/httpscreenshot
22

3-
FROM ubuntu:latest
3+
FROM ubuntu:20.04
44

5-
MAINTAINER Keith Hoodlet <keith@attackdriven.io>
5+
MAINTAINER Jesse Osiecki <jesse@jjo.ninja>
66

77
RUN mkdir -p /etc/httpscreenshot
88
WORKDIR /etc/httpscreenshot
99

1010
COPY . /etc/httpscreenshot/
1111

1212
RUN apt-get update
13-
RUN apt-get install -y wget libfontconfig vim
13+
RUN apt-get install -y wget libfontconfig
1414

1515
RUN ./install-dependencies.sh
1616

0 commit comments

Comments
 (0)
0