forked from jessfraz/dockerfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
# ansible all -m ping | ||
# | ||
FROM alpine:latest | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
|
||
RUN builddeps=' \ | ||
python-dev \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# DESCRIPTION: Create evince container with its dependencies (https://wiki.gnome.org/Apps/Evince) | ||
# AUTHOR: Christian Koep <[email protected]> | ||
# AUTHOR: Christian Koep <[email protected]> | ||
# USAGE: | ||
# # Build evince image | ||
# docker build -t evince . | ||
|
@@ -13,7 +13,7 @@ | |
# | ||
|
||
FROM debian:stretch | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
|
||
RUN apt-get -qq update && apt-get install -y \ | ||
evince \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# --verbose /tmp/example.jpg /tmp/example.compressed.jpg | ||
|
||
FROM alpine:latest | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
|
||
RUN apk --no-cache add \ | ||
libpng \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# DESCRIPTION: Create keepass2 container with its dependencies | ||
# AUTHOR: Christian Koep <[email protected]> | ||
# AUTHOR: Christian Koep <[email protected]> | ||
# USAGE: | ||
# # Build keepass2 image | ||
# docker build -t keepass2 . | ||
|
@@ -18,7 +18,7 @@ | |
# | ||
|
||
FROM debian:sid | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
# keepassxc | ||
# | ||
FROM alpine:latest | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
|
||
ENV KEEPASSXC_VERSION 2.1.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM r.j3ss.co/kalilinux | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
|
||
RUN apt-get update && apt-get upgrade -y && apt-get install -y \ | ||
metasploit-framework \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM alpine:latest | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
|
||
ENV PATH /go/bin:/usr/local/go/bin:$PATH | ||
ENV GOPATH /go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM ubuntu:16.04 | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
|
||
ENV POWERSHELL_VERSION 6.0.0-alpha.17 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM debian:sid | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
|
||
ENV ROUTERSPLOIT_VERSION v2.2.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# DESCRIPTION: Create sublime-text 3 container with its dependencies (https://www.sublimetext.com/3) | ||
# AUTHORS: Christian Koep <[email protected]>, Chuck Knox <[email protected]> | ||
# AUTHORS: Christian Koep <[email protected]>, Chuck Knox <[email protected]> | ||
# USAGE: | ||
# # Build sublime-text 3 image | ||
# docker build -t sublime-text:3 . | ||
|
@@ -24,7 +24,7 @@ | |
# | ||
|
||
FROM debian:stretch | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
|
||
# Installing the libcanberra-gtk-module gets rid of a lot of annoying error messages. | ||
RUN apt-get update && apt-get -y install \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# https://github.com/andygrunwald/FOM-LaTeX-Template | ||
|
||
FROM debian:stretch | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
|
||
RUN apt-get update && apt-get install -y \ | ||
texlive-full \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# tor-browser | ||
# | ||
FROM debian:stretch | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
LABEL maintainer "Christian Koep <[email protected]>" | ||
|
||
RUN apt-get update && apt-get install -y \ | ||
ca-certificates \ | ||
|