mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update base
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
290c56ce1c
commit
89efd2b8d1
|
@ -1,9 +1,7 @@
|
||||||
FROM debian:sid
|
FROM debian:sid
|
||||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
RUN sed -i.bak 's/sid main/sid main contrib/g' /etc/apt/sources.list && \
|
RUN apt-get update && apt-get install -y \
|
||||||
apt-get update && apt-get install -y \
|
|
||||||
flashplugin-nonfree \
|
|
||||||
hicolor-icon-theme \
|
hicolor-icon-theme \
|
||||||
iceweasel \
|
iceweasel \
|
||||||
libgl1-mesa-dri \
|
libgl1-mesa-dri \
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# --name notify-osd \
|
# --name notify-osd \
|
||||||
# jess/notify-osd
|
# jess/notify-osd
|
||||||
|
|
||||||
FROM debian:sid
|
FROM debian:stretch
|
||||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user