Skip to content

Commit

Permalink
fix virtualbox
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Feb 4, 2018
1 parent f90ec31 commit 447a03c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions virtualbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@
FROM debian:sid
LABEL maintainer "Jessie Frazelle <[email protected]>"

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 - \
Expand Down

0 comments on commit 447a03c

Please sign in to comment.