mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-07 19:14:50 +02:00
commit
3a19deb2da
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015 Jessie Frazelle
|
||||
Copyright (c) 2017 Jessie Frazelle
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
@ -8,7 +8,7 @@
|
||||
# ansible all -m ping
|
||||
#
|
||||
FROM alpine:latest
|
||||
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
RUN builddeps=' \
|
||||
python-dev \
|
||||
|
@ -1,5 +1,5 @@
|
||||
# DESCRIPTION: Create evince container with its dependencies (https://wiki.gnome.org/Apps/Evince)
|
||||
# AUTHOR: Christian Koep <christian.koep@fom-net.de>
|
||||
# AUTHOR: Christian Koep <christiankoep@gmail.com>
|
||||
# USAGE:
|
||||
# # Build evince image
|
||||
# docker build -t evince .
|
||||
@ -13,7 +13,7 @@
|
||||
#
|
||||
|
||||
FROM debian:stretch
|
||||
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
RUN apt-get -qq update && apt-get install -y \
|
||||
evince \
|
||||
|
@ -6,7 +6,7 @@
|
||||
# --verbose /tmp/example.jpg /tmp/example.compressed.jpg
|
||||
|
||||
FROM alpine:latest
|
||||
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
RUN apk --no-cache add \
|
||||
libpng \
|
||||
|
@ -1,5 +1,5 @@
|
||||
# DESCRIPTION: Create keepass2 container with its dependencies
|
||||
# AUTHOR: Christian Koep <christian.koep@fom-net.de>
|
||||
# AUTHOR: Christian Koep <christiankoep@gmail.com>
|
||||
# USAGE:
|
||||
# # Build keepass2 image
|
||||
# docker build -t keepass2 .
|
||||
@ -18,7 +18,7 @@
|
||||
#
|
||||
|
||||
FROM debian:sid
|
||||
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
# keepassxc
|
||||
#
|
||||
FROM alpine:latest
|
||||
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
ENV KEEPASSXC_VERSION 2.1.1
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM r.j3ss.co/kalilinux
|
||||
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
||||
metasploit-framework \
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM alpine:latest
|
||||
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
ENV PATH /go/bin:/usr/local/go/bin:$PATH
|
||||
ENV GOPATH /go
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM ubuntu:16.04
|
||||
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
ENV POWERSHELL_VERSION 6.0.0-alpha.17
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM debian:sid
|
||||
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
ENV ROUTERSPLOIT_VERSION v2.2.1
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# DESCRIPTION: Create sublime-text 3 container with its dependencies (https://www.sublimetext.com/3)
|
||||
# AUTHORS: Christian Koep <christian.koep@fom-net.de>, Chuck Knox <charles.m.knox@gmail.com>
|
||||
# AUTHORS: Christian Koep <christiankoep@gmail.com>, Chuck Knox <charles.m.knox@gmail.com>
|
||||
# USAGE:
|
||||
# # Build sublime-text 3 image
|
||||
# docker build -t sublime-text:3 .
|
||||
@ -24,7 +24,7 @@
|
||||
#
|
||||
|
||||
FROM debian:stretch
|
||||
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
# Installing the libcanberra-gtk-module gets rid of a lot of annoying error messages.
|
||||
RUN apt-get update && apt-get -y install \
|
||||
|
@ -7,7 +7,7 @@
|
||||
# https://github.com/andygrunwald/FOM-LaTeX-Template
|
||||
|
||||
FROM debian:stretch
|
||||
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
texlive-full \
|
||||
|
@ -6,7 +6,7 @@
|
||||
# tor-browser
|
||||
#
|
||||
FROM debian:stretch
|
||||
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
|
@ -6,11 +6,11 @@
|
||||
# jess/tor-messenger
|
||||
#
|
||||
FROM debian:stretch
|
||||
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
ENV HOME /home/user
|
||||
ENV LANG C.UTF-8
|
||||
ENV TOR_VERSION 0.4.0b1
|
||||
ENV TOR_VERSION 0.4.0b2
|
||||
ENV TOR_FINGERPRINT 0xB01C8B006DA77FAA
|
||||
|
||||
RUN apt-get update && apt-get -y install \
|
||||
|
Loading…
x
Reference in New Issue
Block a user