1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-10 22:22:45 +02:00

cleanup maintainers

Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2016-09-19 15:25:05 -07:00
parent 0c2e49733e
commit c4ff0cf58c
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
99 changed files with 110 additions and 110 deletions
ab
afterthedeadline
android-tools
ansible
apt-file
atom
audacity
awscli
beeswithmachineguns
camlistore
cathode
certbot
cf-reset-cache
checkup
cheese
chrome
chromium
cloudapp
consul
couchpotato
cpuminer
dcos-cli
debootstrap
doctor
dunnet
firefox
gcalcli
gcc
geary
gimp
gitiles
gitserver
glxgears
gparted
htop
httpie
icedove
iceweasel
imagemagick
imagemin
john
kernel-builder
libreoffice
libvirt-client
lpass
lynx
mailman
masscan
mdp
mesos-dev
mitmproxy
mpd
mutt
ncmpc
nerdy
nes
netcat
nmap
pandoc
pms
pond
privoxy
pulseaudio
rainbowstream
rdesktop
remmina
ricochet
rstudio
s3cmd
shorewall
sickbeard
slapd
ssr
stress
t
tarsnap
telize
telnet
termboy
tetris
tor-browser
tor-proxy
tor-relay
tor-router
traceroute
transmission-ui
transmission
vagrant
vault
vlc
vscode
wargames
watchman
wrk
ykpersonalize
yubico-piv-tool
znc

@ -5,7 +5,7 @@
# jess/ab # jess/ab
# #
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
apache2-ssl \ apache2-ssl \

@ -1,5 +1,5 @@
FROM java:7-alpine FROM java:7-alpine
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk add --no-cache \ RUN apk add --no-cache \
ca-certificates \ ca-certificates \

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
android-tools* \ android-tools* \

@ -8,7 +8,7 @@
# ansible all -m ping # ansible all -m ping
# #
FROM alpine:latest FROM alpine:latest
MAINTAINER Christian Koep <christiankoep@gmail.com> MAINTAINER Christian Koep <christian.koep@fom-net.de>
RUN builddeps=' \ RUN builddeps=' \
python-dev \ python-dev \

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
apt-file \ apt-file \

@ -1,5 +1,5 @@
# DESCRIPTION: Create the atom editor in a container # DESCRIPTION: Create the atom editor in a container
# AUTHOR: Jessica Frazelle <jess@docker.com> # AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS: # COMMENTS:
# This file describes how to build the atom editor # This file describes how to build the atom editor
# in a container with all dependencies installed. # in a container with all dependencies installed.
@ -20,7 +20,7 @@
# Base docker image # Base docker image
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
# Install dependencies # Install dependencies
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
audacity \ audacity \

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
ca-certificates \ ca-certificates \

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
ca-certificates \ ca-certificates \

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go ENV GOPATH /go

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
build-essential \ build-essential \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk add --no-cache \ RUN apk add --no-cache \
py-boto py-boto

@ -1,5 +1,5 @@
FROM alpine:edge FROM alpine:edge
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go ENV GOPATH /go

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
cheese \ cheese \

@ -16,7 +16,7 @@
# Base docker image # Base docker image
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb

@ -16,7 +16,7 @@
# Base docker image # Base docker image
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb

@ -1,5 +1,5 @@
# DESCRIPTION: Create chromium container with its dependencies # DESCRIPTION: Create chromium container with its dependencies
# AUTHOR: Jessica Frazelle <jess@docker.com> # AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS: # COMMENTS:
# This file describes how to build a Chromium container with all # This file describes how to build a Chromium container with all
# dependencies installed. It uses native X11 unix socket. # dependencies installed. It uses native X11 unix socket.
@ -21,7 +21,7 @@
# Base docker image # Base docker image
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb

@ -1,5 +1,5 @@
FROM ruby:alpine FROM ruby:alpine
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
libcurl3-dev \ libcurl3-dev \

@ -1,6 +1,6 @@
# use alpine edge for go 1.6 # use alpine edge for go 1.6
FROM alpine:edge FROM alpine:edge
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go ENV GOPATH /go

@ -10,7 +10,7 @@
# jess/couchpotato # jess/couchpotato
# #
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk add --no-cache \ RUN apk add --no-cache \
ca-certificates \ ca-certificates \

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
ca-certificates \ ca-certificates \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
debootstrap \ debootstrap \

@ -1,5 +1,5 @@
# DESCRIPTION: Run text-based emacs doctor in a container # DESCRIPTION: Run text-based emacs doctor in a container
# AUTHOR: Jessica Frazelle <jess@docker.com> # AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS: # COMMENTS:
# This file describes how to build doctor in a container with all # This file describes how to build doctor in a container with all
# dependencies installed. # dependencies installed.
@ -16,7 +16,7 @@
# Base docker image # Base docker image
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
# Install emacs: # Install emacs:
# Note: Emacs is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 # Note: Emacs is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64

@ -1,5 +1,5 @@
# DESCRIPTION: Run text-based game dunnet in a container # DESCRIPTION: Run text-based game dunnet in a container
# AUTHOR: Jessica Frazelle <jess@docker.com> # AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS: # COMMENTS:
# This file describes how to build dunnet in a container with all # This file describes how to build dunnet in a container with all
# dependencies installed. # dependencies installed.
@ -16,7 +16,7 @@
# Base docker image # Base docker image
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
# Install emacs: # Install emacs:
# Note: Emacs is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 # Note: Emacs is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
dirmngr \ dirmngr \

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
ENV HOME /home/gcalcli ENV HOME /home/gcalcli

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
gcc \ gcc \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
geary \ geary \

@ -9,7 +9,7 @@
# jess/gimp # jess/gimp
# #
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
gimp \ gimp \

@ -1,5 +1,5 @@
FROM java:8-alpine FROM java:8-alpine
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
# install buck # install buck
RUN buildDeps=' \ RUN buildDeps=' \

@ -6,7 +6,7 @@
# --name gitserver \ # --name gitserver \
# jess/gitserver # jess/gitserver
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
ENV HOME /root ENV HOME /root

@ -7,7 +7,7 @@
# Base docker image # Base docker image
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
# Install all the things # Install all the things
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

@ -1,5 +1,5 @@
# DESCRIPTION: Create gparted container with its dependencies # DESCRIPTION: Create gparted container with its dependencies
# AUTHOR: Jessica Frazelle <jess@docker.com> # AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS: # COMMENTS:
# This file describes how to build a gparted container with all # This file describes how to build a gparted container with all
# dependencies installed. It uses native X11 unix socket. # dependencies installed. It uses native X11 unix socket.
@ -18,7 +18,7 @@
# Base docker image # Base docker image
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
# Install Gparted and its dependencies # Install Gparted and its dependencies
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

@ -5,7 +5,7 @@
# jess/htop # jess/htop
# #
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
htop htop

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
ca-certificates \ ca-certificates \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
icedove \ icedove \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
hicolor-icon-theme \ hicolor-icon-theme \

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
imagemagick imagemagick

@ -7,7 +7,7 @@
# jess/imagemin # jess/imagemin
# #
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
autoconf \ autoconf \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
libgmp10 \ libgmp10 \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

@ -11,7 +11,7 @@
# jess/libreoffice # jess/libreoffice
# #
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
libreoffice \ libreoffice \

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
libvirt-client libvirt-client

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

@ -5,7 +5,7 @@
# jess/lynx github.com/jfrazelle # jess/lynx github.com/jfrazelle
# #
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
lynx \ lynx \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
# run # run
# docker run -d -p 1234:80 -p 25:25 jess/mailman # docker run -d -p 1234:80 -p 25:25 jess/mailman

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
automake \ automake \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
libxslt1.1 \ libxslt1.1 \

@ -9,7 +9,7 @@
# jess/mpd # jess/mpd
# #
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
mpc \ mpc \

@ -9,7 +9,7 @@
# jess/mutt # jess/mutt
# #
FROM alpine:edge FROM alpine:edge
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN addgroup -g 1000 user \ RUN addgroup -g 1000 user \
&& adduser -D -h /home/user -G user -u 1000 user && adduser -D -h /home/user -G user -u 1000 user

@ -7,7 +7,7 @@
# jess/ncmpc # jess/ncmpc
# #
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ncmpc \ ncmpc \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

@ -8,7 +8,7 @@
# jess/nes /games/zelda.rom # jess/nes /games/zelda.rom
# #
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
binutils \ binutils \

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
netcat \ netcat \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
nmap \ nmap \

@ -1,5 +1,5 @@
FROM haskell FROM haskell
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN cabal update && cabal install pandoc pandoc-citeproc RUN cabal update && cabal install pandoc pandoc-citeproc

@ -6,7 +6,7 @@
# jess/pms # jess/pms
# #
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
pms \ pms \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go ENV GOPATH /go

@ -9,7 +9,7 @@
# jess/privoxy # jess/privoxy
# #
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
privoxy privoxy

@ -10,7 +10,7 @@
# jess/pulseaudio # jess/pulseaudio
# #
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
alsa-utils \ alsa-utils \

@ -8,7 +8,7 @@
# jess/rainbowstream # jess/rainbowstream
# #
FROM python:2-alpine FROM python:2-alpine
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
build-base \ build-base \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
libgssapi-krb5-2 \ libgssapi-krb5-2 \

@ -9,7 +9,7 @@
# jess/remmina # jess/remmina
# #
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
software-properties-common \ software-properties-common \

@ -10,7 +10,7 @@
# jess/ricochet # jess/ricochet
# #
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
dirmngr \ dirmngr \

@ -11,7 +11,7 @@
# Base docker image # Base docker image
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
ADD https://download1.rstudio.org/rstudio-0.99.484-amd64.deb /src/rstudio.deb ADD https://download1.rstudio.org/rstudio-0.99.484-amd64.deb /src/rstudio.deb

@ -8,7 +8,7 @@
# jess/s3cmd # jess/s3cmd
# #
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

@ -7,7 +7,7 @@
# jess/shorewall # jess/shorewall
# #
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
shorewall \ shorewall \

@ -10,7 +10,7 @@
# jess/sickbeard # jess/sickbeard
# #
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

@ -25,7 +25,7 @@
# host firewall is unconfigured. # host firewall is unconfigured.
# #
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && LC_ALL=C DEBIAN_FRONTEND=noninteractive \ RUN apt-get update && LC_ALL=C DEBIAN_FRONTEND=noninteractive \
apt-get install -y \ apt-get install -y \

@ -1,5 +1,5 @@
# DESCRIPTION: Create SimpleScreenRecorder in a container # DESCRIPTION: Create SimpleScreenRecorder in a container
# AUTHOR: Jessica Frazelle <jess@docker.com> # AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS: # COMMENTS:
# This file describes how to build SimpleScreenRecoder # This file describes how to build SimpleScreenRecoder
# in a container with all dependencies installed. # in a container with all dependencies installed.
@ -17,7 +17,7 @@
# Base docker image # Base docker image
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
# Install dependencies # Install dependencies
RUN dpkg --add-architecture i386 && apt-get update && apt-get install -y \ RUN dpkg --add-architecture i386 && apt-get update && apt-get install -y \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
stress \ stress \

@ -1,5 +1,5 @@
FROM ruby:alpine FROM ruby:alpine
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk add --no-cache \ RUN apk add --no-cache \
ca-certificates ca-certificates

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
gnupg \ gnupg \

@ -4,6 +4,6 @@
# jess/telnet "$@" # jess/telnet "$@"
# #
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
ENTRYPOINT [ "telnet" ] ENTRYPOINT [ "telnet" ]

@ -1,5 +1,5 @@
# DESCRIPTION: Termboy in a container # DESCRIPTION: Termboy in a container
# AUTHOR: Jessica Frazelle <jess@docker.com> # AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS: # COMMENTS:
# This file describes how to build termboy # This file describes how to build termboy
# in a container with all dependencies installed. # in a container with all dependencies installed.
@ -18,7 +18,7 @@
# Base docker image # Base docker image
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive

@ -1,5 +1,5 @@
# DESCRIPTION: Run text-based emacs tetris in a container # DESCRIPTION: Run text-based emacs tetris in a container
# AUTHOR: Jessica Frazelle <jess@docker.com> # AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS: # COMMENTS:
# This file describes how to build tetris in a container with all # This file describes how to build tetris in a container with all
# dependencies installed. # dependencies installed.
@ -16,7 +16,7 @@
# Base docker image # Base docker image
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
# Install emacs: # Install emacs:
# Note: Emacs is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 # Note: Emacs is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64

@ -6,7 +6,7 @@
# jess/tor-browser:alpha # jess/tor-browser:alpha
# #
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

@ -6,7 +6,7 @@
# jess/tor-browser # jess/tor-browser
# #
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

@ -8,7 +8,7 @@
# jess/tor-proxy # jess/tor-proxy
# #
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
--repository http://dl-3.alpinelinux.org/alpine/edge/community/ \ --repository http://dl-3.alpinelinux.org/alpine/edge/community/ \

@ -17,7 +17,7 @@
# jess/tor-relay -f /etc/tor/torrc.exit # jess/tor-relay -f /etc/tor/torrc.exit
# #
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
--repository http://dl-3.alpinelinux.org/alpine/edge/community/ \ --repository http://dl-3.alpinelinux.org/alpine/edge/community/ \

@ -9,7 +9,7 @@
# jess/tor-router # jess/tor-router
# #
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
tor \ tor \

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
traceroute \ traceroute \

@ -1,5 +1,5 @@
# DESCRIPTION: Create transmission container with its dependencies # DESCRIPTION: Create transmission container with its dependencies
# AUTHOR: Jessica Frazelle <jess@docker.com> # AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS: # COMMENTS:
# This file describes how to build a transmission container with all # This file describes how to build a transmission container with all
# dependencies installed. It uses native X11 unix socket. # dependencies installed. It uses native X11 unix socket.
@ -18,7 +18,7 @@
# Base docker image # Base docker image
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
# Install transmission and its dependencies # Install transmission and its dependencies
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

@ -1,5 +1,5 @@
# DESCRIPTION: Create transmission container with its dependencies # DESCRIPTION: Create transmission container with its dependencies
# AUTHOR: Jessica Frazelle <jess@docker.com> # AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS: # COMMENTS:
# This file describes how to build a transmission container with all # This file describes how to build a transmission container with all
# dependencies installed. # dependencies installed.
@ -19,7 +19,7 @@
# Base docker image # Base docker image
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
transmission-daemon \ transmission-daemon \

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
gcc \ gcc \

@ -1,6 +1,6 @@
# use alpine edge for go 1.6 # use alpine edge for go 1.6
FROM alpine:edge FROM alpine:edge
MAINTAINER Jessica Frazelle <jess@mesosphere.com> MAINTAINER Jessie Frazelle <jess@linux.com>
ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go ENV GOPATH /go

@ -10,7 +10,7 @@
# jess/vlc # jess/vlc
# #
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
libgl1-mesa-dri \ libgl1-mesa-dri \

@ -10,7 +10,7 @@
# jess/vscode # jess/vscode
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
libasound2 \ libasound2 \

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
ncurses ncurses

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

@ -7,7 +7,7 @@
# jess/ykpersonalize # jess/ykpersonalize
# #
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
software-properties-common \ software-properties-common \

@ -7,7 +7,7 @@
# jess/yubico-piv-tool # jess/yubico-piv-tool
# #
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
software-properties-common \ software-properties-common \

@ -7,7 +7,7 @@
# jess/znc # jess/znc
# #
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \