Skip to content

Commit

Permalink
change to sid-slim
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Sep 14, 2018
1 parent 40314b6 commit e6953b7
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion apt-file/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion audacity/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion chrome/beta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# wget https://raw.githubusercontent.com/jfrazelle/dotfiles/master/etc/docker/seccomp/chrome.json -O ~/chrome.json

# Base docker image
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

# Install Chrome
Expand Down
2 changes: 1 addition & 1 deletion chrome/stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# wget https://raw.githubusercontent.com/jfrazelle/dotfiles/master/etc/docker/seccomp/chrome.json -O ~/chrome.json

# Base docker image
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

# Install Chrome
Expand Down
2 changes: 1 addition & 1 deletion distcc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion firefox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion keepass2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# (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 <[email protected]>"

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion kvm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# --name kvm \
# jess/kvm
#
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion mpd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# --name mpd \
# jess/mpd
#
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion ncmpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# --link mpd:mpd \
# jess/ncmpc
#
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion nes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# --device /dev/dri \
# jess/nes /games/zelda.rom
#
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion netcat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion pulseaudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# -v /etc/machine-id:/etc/machine-id \
# jess/pulseaudio
#
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion ricochet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# --name ricochet \
# jess/ricochet
#
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion routersploit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Christian Koep <[email protected]>"

ENV ROUTERSPLOIT_VERSION v3.3.0
Expand Down
2 changes: 1 addition & 1 deletion s3cmd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# --name s3cmd \
# jess/s3cmd
#
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion tor-router/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# --name tor-router \
# jess/tor-router
#
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion virt-viewer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:sid
FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion zoom-us/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# -v /dev/shm:/dev/shm \
# zoom-us

FROM debian:sid
FROM debian:sid-slim

ENV DEBIAN_FRONTEND noninteractive

Expand Down

0 comments on commit e6953b7

Please sign in to comment.