change to sid-slim

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-14 10:10:41 -04:00
parent 40314b6356
commit e6953b7a85
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
19 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
FROM debian:sid FROM debian:sid-slim
LABEL 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 \

View File

@ -1,4 +1,4 @@
FROM debian:sid FROM debian:sid-slim
LABEL 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 \

View File

@ -19,7 +19,7 @@
# wget https://raw.githubusercontent.com/jfrazelle/dotfiles/master/etc/docker/seccomp/chrome.json -O ~/chrome.json # wget https://raw.githubusercontent.com/jfrazelle/dotfiles/master/etc/docker/seccomp/chrome.json -O ~/chrome.json
# Base docker image # Base docker image
FROM debian:sid FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install Chrome # Install Chrome

View File

@ -19,7 +19,7 @@
# wget https://raw.githubusercontent.com/jfrazelle/dotfiles/master/etc/docker/seccomp/chrome.json -O ~/chrome.json # wget https://raw.githubusercontent.com/jfrazelle/dotfiles/master/etc/docker/seccomp/chrome.json -O ~/chrome.json
# Base docker image # Base docker image
FROM debian:sid FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install Chrome # Install Chrome

View File

@ -1,4 +1,4 @@
FROM debian:sid FROM debian:sid-slim
LABEL 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 \

View File

@ -1,4 +1,4 @@
FROM debian:sid FROM debian:sid-slim
LABEL 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 \

View File

@ -18,7 +18,7 @@
# (see: https://stackoverflow.com/questions/28392949/running-chromium-inside-docker-gtk-cannot-open-display-0) # (see: https://stackoverflow.com/questions/28392949/running-chromium-inside-docker-gtk-cannot-open-display-0)
# #
FROM debian:sid FROM debian:sid-slim
LABEL maintainer "Christian Koep <christiankoep@gmail.com>" LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive

View File

@ -6,7 +6,7 @@
# --name kvm \ # --name kvm \
# jess/kvm # jess/kvm
# #
FROM debian:sid FROM debian:sid-slim
LABEL 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 \

View File

@ -8,7 +8,7 @@
# --name mpd \ # --name mpd \
# jess/mpd # jess/mpd
# #
FROM debian:sid FROM debian:sid-slim
LABEL 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 \

View File

@ -6,7 +6,7 @@
# --link mpd:mpd \ # --link mpd:mpd \
# jess/ncmpc # jess/ncmpc
# #
FROM debian:sid FROM debian:sid-slim
LABEL 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 \

View File

@ -7,7 +7,7 @@
# --device /dev/dri \ # --device /dev/dri \
# jess/nes /games/zelda.rom # jess/nes /games/zelda.rom
# #
FROM debian:sid FROM debian:sid-slim
LABEL 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 \

View File

@ -1,4 +1,4 @@
FROM debian:sid FROM debian:sid-slim
LABEL 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 \

View File

@ -9,7 +9,7 @@
# -v /etc/machine-id:/etc/machine-id \ # -v /etc/machine-id:/etc/machine-id \
# jess/pulseaudio # jess/pulseaudio
# #
FROM debian:sid FROM debian:sid-slim
LABEL 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 \

View File

@ -9,7 +9,7 @@
# --name ricochet \ # --name ricochet \
# jess/ricochet # jess/ricochet
# #
FROM debian:sid FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive

View File

@ -1,4 +1,4 @@
FROM debian:sid FROM debian:sid-slim
LABEL maintainer "Christian Koep <christiankoep@gmail.com>" LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV ROUTERSPLOIT_VERSION v3.3.0 ENV ROUTERSPLOIT_VERSION v3.3.0

View File

@ -7,7 +7,7 @@
# --name s3cmd \ # --name s3cmd \
# jess/s3cmd # jess/s3cmd
# #
FROM debian:sid FROM debian:sid-slim
LABEL 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 \

View File

@ -8,7 +8,7 @@
# --name tor-router \ # --name tor-router \
# jess/tor-router # jess/tor-router
# #
FROM debian:sid FROM debian:sid-slim
LABEL 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 \

View File

@ -1,4 +1,4 @@
FROM debian:sid FROM debian:sid-slim
LABEL 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 \

View File

@ -7,7 +7,7 @@
# -v /dev/shm:/dev/shm \ # -v /dev/shm:/dev/shm \
# zoom-us # zoom-us
FROM debian:sid FROM debian:sid-slim
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive