mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-03 19:00:42 +02:00
updates
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
parent
6e563ac528
commit
0ab8c322be
@ -1,30 +1,20 @@
|
|||||||
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-key adv --keyserver keyserver.ubuntu.com --recv-keys 0AB215679C571D1C8325275B9BDB3D89CE49EC21 \
|
||||||
apt-get update && apt-get install -y \
|
&& echo "deb http://ppa.launchpad.net/mozillateam/firefox-next/ubuntu wily main" >> /etc/apt/sources.list.d/firefox.list \
|
||||||
bzip2 \
|
&& apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
firefox \
|
||||||
flashplugin-nonfree \
|
|
||||||
hicolor-icon-theme \
|
hicolor-icon-theme \
|
||||||
libasound2 \
|
libasound2 \
|
||||||
libdbus-glib-1-2 \
|
|
||||||
libgl1-mesa-dri \
|
libgl1-mesa-dri \
|
||||||
libgl1-mesa-glx \
|
libgl1-mesa-glx \
|
||||||
libcanberra-gtk-module \
|
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV FIREFOX_VERSION 45.0.1
|
|
||||||
ENV LANG en-US
|
ENV LANG en-US
|
||||||
|
|
||||||
RUN curl -sSL "https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${FIREFOX_VERSION}/linux-x86_64/${LANG}/firefox-${FIREFOX_VERSION}.tar.bz2" -o /tmp/firefox.tar.bz2 \
|
|
||||||
&& mkdir -p /opt/firefox \
|
|
||||||
&& tar -xjf /tmp/firefox.tar.bz2 -C /opt/firefox --strip-components 1 \
|
|
||||||
&& rm /tmp/firefox.tar.bz2* \
|
|
||||||
&& ln -s /opt/firefox/firefox /usr/bin/firefox
|
|
||||||
|
|
||||||
COPY local.conf /etc/fonts/local.conf
|
COPY local.conf /etc/fonts/local.conf
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/bin/firefox" ]
|
ENTRYPOINT [ "/usr/bin/firefox" ]
|
||||||
|
@ -10,21 +10,21 @@
|
|||||||
# --name spotify \
|
# --name spotify \
|
||||||
# jess/spotify
|
# jess/spotify
|
||||||
#
|
#
|
||||||
FROM ubuntu:14.04
|
FROM debian:sid
|
||||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886 \
|
||||||
alsa-utils \
|
|
||||||
libpangoxft-1.0-0 \
|
|
||||||
xdg-utils \
|
|
||||||
software-properties-common \
|
|
||||||
--no-install-recommends \
|
|
||||||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886 \
|
|
||||||
&& echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list \
|
&& echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list \
|
||||||
&& apt-get update \
|
&& apt-get update && apt-get install -y \
|
||||||
&& apt-get install --force-yes -y \
|
alsa-utils \
|
||||||
|
libgl1-mesa-dri \
|
||||||
|
libgl1-mesa-glx \
|
||||||
|
libpangoxft-1.0-0 \
|
||||||
|
libssl1.0.0 \
|
||||||
|
libxss1 \
|
||||||
spotify-client \
|
spotify-client \
|
||||||
&& apt-get purge --auto-remove -y software-properties-common \
|
xdg-utils \
|
||||||
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV HOME /home/spotify
|
ENV HOME /home/spotify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user