mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
update virtualbox
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
parent
6c0296172f
commit
b0d4e2d2d7
|
@ -35,13 +35,15 @@ MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
software-properties-common \
|
|
||||||
--no-install-recommends && \
|
--no-install-recommends && \
|
||||||
curl -sSL https://www.virtualbox.org/download/oracle_vbox.asc | apt-key add - && \
|
curl -sSL https://www.virtualbox.org/download/oracle_vbox.asc | apt-key add - && \
|
||||||
echo "deb http://download.virtualbox.org/virtualbox/debian jessie contrib" >> /etc/apt/sources.list.d/virtualbox.list && \
|
echo "deb http://download.virtualbox.org/virtualbox/debian vivid contrib" >> /etc/apt/sources.list.d/virtualbox.list && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
virtualbox-5.0 \
|
virtualbox-5.0 \
|
||||||
|
&& apt-get purge -y --auto-remove \
|
||||||
|
ca-certificates \
|
||||||
|
curl \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/bin/virtualbox" ]
|
ENTRYPOINT [ "/usr/bin/virtualbox" ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user