fix virtualbox

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-02-03 20:45:47 -05:00
parent f90ec31fa5
commit 447a03c5ef
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -31,12 +31,15 @@
FROM debian:sid
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV DEBIAN_FRONTEND noninteractive
RUN buildDeps=' \
ca-certificates \
curl \
gnupg \
' \
&& set -x \
&& mkdir -p /etc/xdg/QtProject \
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& curl -sSL https://www.virtualbox.org/download/oracle_vbox_2016.asc | apt-key add - \