update base

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2016-02-03 15:49:33 -08:00
parent 290c56ce1c
commit 89efd2b8d1
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 4 deletions

View File

@ -1,9 +1,7 @@
FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN sed -i.bak 's/sid main/sid main contrib/g' /etc/apt/sources.list && \
apt-get update && apt-get install -y \
flashplugin-nonfree \
RUN apt-get update && apt-get install -y \
hicolor-icon-theme \
iceweasel \
libgl1-mesa-dri \

View File

@ -17,7 +17,7 @@
# --name notify-osd \
# jess/notify-osd
FROM debian:sid
FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \