mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
Replaced deprecated MAINTAINER with LABEL (#242)
Signed-off-by: Michael Käufl <dockerfiles@c.michael-kaeufl.de>
This commit is contained in:
parent
1aeec62033
commit
7eea00edf3
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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* \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.16
|
ENV POWERSHELL_VERSION 6.0.0-alpha.16
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
Loading…
Reference in New Issue
Block a user