Merge branch 'master' of github.com:jessfraz/dockerfiles

* 'master' of github.com:jessfraz/dockerfiles:
  Updated powershell to 6.0.0-alpha.17
  Updated atom to 1.15.0 (#246)
  Replaced deprecated MAINTAINER with LABEL (#242)
  Wireshark: Add CAP_NET_RAW and CAP_NET_ADMIN to /usr/bin/dumpcap (#244)
This commit is contained in:
Jess Frazelle 2017-03-20 16:00:49 -07:00
commit a120d3e1ea
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
134 changed files with 137 additions and 134 deletions

View File

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

View File

@ -1,5 +1,5 @@
FROM java:8-alpine FROM java:8-alpine
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \ RUN apk add --no-cache \
ca-certificates \ ca-certificates \

View File

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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* \

View File

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

View File

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

@ -20,7 +20,7 @@
# Base docker image # Base docker image
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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

View File

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \ RUN apk --no-cache add \
bash \ bash \

View File

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

View File

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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

View File

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

View File

@ -19,7 +19,7 @@
# Base docker image # Base docker image
FROM debian:sid FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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

View File

@ -19,7 +19,7 @@
# Base docker image # Base docker image
FROM debian:sid FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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

View File

@ -19,7 +19,7 @@
# Base docker image # Base docker image
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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

View File

@ -1,5 +1,5 @@
FROM ruby:alpine FROM ruby:alpine
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \ RUN apk add --no-cache \
libcurl libcurl

View File

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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

View File

@ -10,7 +10,7 @@
# jess/couchpotato # jess/couchpotato
# #
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \ RUN apk add --no-cache \

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

@ -16,7 +16,7 @@
# Base docker image # Base docker image
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install emacs: # Install emacs:
# Note: Emacs is only community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 # Note: Emacs is only community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64

View File

@ -16,7 +16,7 @@
# Base docker image # Base docker image
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install emacs: # Install emacs:
# Note: Emacs is only in community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64 # Note: Emacs is only in community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64

View File

@ -13,7 +13,7 @@
# #
FROM debian:stretch FROM debian:stretch
MAINTAINER Christian Koep <christian.koep@fom-net.de> LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
RUN apt-get -qq update && apt-get install -y \ RUN apt-get -qq update && apt-get install -y \
evince \ evince \

View File

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

View File

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
python-fontforge \ python-fontforge \

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
FROM java:8 FROM java:8
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

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

View File

@ -7,7 +7,7 @@
# Base docker image # Base docker image
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

@ -18,7 +18,7 @@
# Base docker image # Base docker image
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

@ -1,5 +1,5 @@
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

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

View File

@ -7,7 +7,7 @@
# jess/imagemin # jess/imagemin
# #
FROM node:alpine FROM node:alpine
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \ RUN apk --no-cache add \
file \ file \

View File

@ -6,7 +6,7 @@
# infoslack/inkscape # infoslack/inkscape
# #
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Daniel Romero <infoslack@gmail.com> LABEL maintainer "Daniel Romero <infoslack@gmail.com>"
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive

View File

@ -1,5 +1,5 @@
FROM debian:jessie FROM debian:jessie
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
libgmp10 \ libgmp10 \

View File

@ -18,7 +18,7 @@
# #
FROM debian:sid FROM debian:sid
MAINTAINER Christian Koep <christian.koep@fom-net.de> LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive

View File

@ -8,7 +8,7 @@
# keepassxc # keepassxc
# #
FROM alpine:latest FROM alpine:latest
MAINTAINER Christian Koep <christian.koep@fom-net.de> LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
ENV KEEPASSXC_VERSION 2.1.1 ENV KEEPASSXC_VERSION 2.1.1

View File

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

@ -7,7 +7,7 @@
# jess/kvm # jess/kvm
# #
FROM debian:sid FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
iptables \ iptables \

View File

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

View File

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

View File

@ -6,7 +6,7 @@
# Base docker image # Base docker image
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

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

View File

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

View File

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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

View File

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

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

View File

@ -1,5 +1,5 @@
FROM r.j3ss.co/kalilinux FROM r.j3ss.co/kalilinux
MAINTAINER Christian Koep <christian.koep@fom-net.de> LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
RUN apt-get update && apt-get upgrade -y && apt-get install -y \ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
metasploit-framework \ metasploit-framework \

View File

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Christian Koep <christian.koep@fom-net.de> LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go ENV GOPATH /go

View File

@ -1,5 +1,5 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV LANG=en_US.UTF-8 ENV LANG=en_US.UTF-8
COPY requirements.txt /tmp/requirements.txt COPY requirements.txt /tmp/requirements.txt

View File

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

View File

@ -1,5 +1,5 @@
FROM python:3-alpine FROM python:3-alpine
MAINTAINER Justin Garrison <justinleegarrison@gmail.com> LABEL maintainer "Justin Garrison <justinleegarrison@gmail.com>"
RUN apk add --no-cache \ RUN apk add --no-cache \
mplayer \ mplayer \

View File

@ -9,7 +9,7 @@
# jess/mutt # jess/mutt
# #
FROM alpine:edge FROM alpine:edge
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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

View File

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

View File

@ -10,7 +10,7 @@
# jess/neoman # jess/neoman
# #
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

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

View File

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

View File

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

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

View File

@ -18,7 +18,7 @@
# jess/notify-osd # jess/notify-osd
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
at-spi2-core \ at-spi2-core \

View File

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

View File

@ -10,7 +10,7 @@
# jess/pivman # jess/pivman
# #
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

@ -7,7 +7,7 @@
# jess/plex-home-theater # jess/plex-home-theater
# #
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

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

View File

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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

View File

@ -1,5 +1,5 @@
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Christian Koep <christian.koep@fom-net.de> LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
ENV POWERSHELL_VERSION 6.0.0-alpha.17 ENV POWERSHELL_VERSION 6.0.0-alpha.17

View File

@ -11,7 +11,7 @@
# jess/privoxy # jess/privoxy
# #
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \ RUN apk --no-cache add \
privoxy privoxy

View File

@ -10,7 +10,7 @@
# jess/pulseaudio # jess/pulseaudio
# #
FROM debian:sid FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

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

View File

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

@ -9,7 +9,7 @@
# jess/remmina # jess/remmina
# #
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

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

View File

@ -1,5 +1,5 @@
FROM debian:sid FROM debian:sid
MAINTAINER Christian Koep <christian.koep@fom-net.de> LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
ENV ROUTERSPLOIT_VERSION v2.2.1 ENV ROUTERSPLOIT_VERSION v2.2.1

View File

@ -11,7 +11,7 @@
# Base docker image # Base docker image
FROM debian:jessie FROM debian:jessie
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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

View File

@ -8,7 +8,7 @@
# jess/s3cmd # jess/s3cmd
# #
FROM debian:sid FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

@ -13,7 +13,7 @@
# jess/scudcloud # jess/scudcloud
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
dbus-x11 \ dbus-x11 \

View File

@ -1,5 +1,5 @@
FROM haskell FROM haskell
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
file \ file \

View File

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

View File

@ -10,7 +10,7 @@
# jess/sickbeard # jess/sickbeard
# #
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \ RUN apk add --no-cache \

View File

@ -15,7 +15,7 @@
# jess/slack "$@" # jess/slack "$@"
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV LC_ALL en_US.UTF-8 ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8 ENV LANG en_US.UTF-8

View File

@ -25,7 +25,7 @@
# host firewall is unconfigured. # host firewall is unconfigured.
# #
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

@ -1,5 +1,5 @@
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

@ -10,7 +10,7 @@
# jess/spotify-wine bash # jess/spotify-wine bash
# #
FROM r.j3ss.co/wine FROM r.j3ss.co/wine
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ADD https://d1clcicqv97n4s.cloudfront.net/ctrl/SpotifySetup.exe /usr/src/SpotifySetup.exe ADD https://d1clcicqv97n4s.cloudfront.net/ctrl/SpotifySetup.exe /usr/src/SpotifySetup.exe

View File

@ -11,7 +11,7 @@
# jess/spotify # jess/spotify
# #
FROM debian:sid FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
dirmngr \ dirmngr \

View File

@ -17,7 +17,7 @@
# Base docker image # Base docker image
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> LABEL 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 \

View File

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

Some files were not shown because too many files have changed in this diff Show More