update to stretch

Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2016-09-19 11:12:01 -07:00
parent bd0aab93cd
commit 222971e11e
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
11 changed files with 12 additions and 12 deletions

View File

@ -19,7 +19,7 @@
#
# Base docker image
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
# Install dependencies

View File

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \
@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
qml-module-qtquick-dialogs \
qml-module-qtquick-localstorage \
qml-module-qtquick-window2 \
--no-install-recommends \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN git clone --recursive https://github.com/Swordfish90/cool-retro-term.git /src

View File

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

View File

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

View File

@ -20,7 +20,7 @@
# -e DISPLAY=unix$DISPLAY chromium
# Base docker image
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb

View File

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

View File

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

View File

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

View File

@ -5,7 +5,7 @@
# -e DISPLAY=unix$DISPLAY \
# jess/tor-browser:alpha
#
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \

View File

@ -5,7 +5,7 @@
# -e DISPLAY=unix$DISPLAY \
# tor-browser
#
FROM debian:jessie
FROM debian:stretch
MAINTAINER Christian Koep <christian.koep@fom-net.de>
RUN apt-get update && apt-get install -y \

View File

@ -5,7 +5,7 @@
# -e DISPLAY=unix$DISPLAY \
# jess/tor-browser
#
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \