FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
httpscreenshot/Dockerfile at master · breenmachine/httpscreenshot · GitHub
breenmachine
/
httpscreenshot
Public
Notifications
You must be signed in to change notification settings
Fork
174
Star
648
Code
Issues
12
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
httpscreenshot
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (14 loc) · 500 Bytes
Breadcrumbs
httpscreenshot
/
Dockerfile
Copy path
File metadata and controls
23 lines (14 loc) · 500 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
docker pull jesseosiecki/httpscreenshot
FROM
ubuntu:20.04
MAINTAINER
Jesse Osiecki <jesse@jjo.ninja>
RUN
mkdir -p /etc/httpscreenshot
WORKDIR
/etc/httpscreenshot
COPY
. /etc/httpscreenshot/
RUN
apt-get update
RUN
apt-get install -y wget libfontconfig
RUN
./install-dependencies.sh
RUN
chmod +x httpscreenshot.py
RUN
ln -s /etc/httpscreenshot/httpscreenshot.py /usr/bin/httpscreenshot
RUN
mkdir -p /etc/httpscreenshot/images
WORKDIR
/etc/httpscreenshot/images
ENTRYPOINT
[
"httpscreenshot"
]
Back
|
FazBrowse Home
|
New Git URL