Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
# docker pull andmyhacks/httpscreenshot

FROM ubuntu:latest
FROM ubuntu:20.04

MAINTAINER Keith Hoodlet <keith@attackdriven.io>
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 vim
RUN apt-get install -y wget libfontconfig

RUN ./install-dependencies.sh

Expand Down
Loading