fix virtualbox

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-21 20:23:39 -04:00
parent 5e3720e8fa
commit dfa5e4cfc1
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -28,11 +28,17 @@
# then you can remove all the shit you copied # then you can remove all the shit you copied
# rm -rf /usr/share/virtualbox /usr/lib/virtualbox # rm -rf /usr/share/virtualbox /usr/lib/virtualbox
# #
FROM debian:sid FROM debian:stretch-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y \
libcurl3 \
libvpx4 \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN buildDeps=' \ RUN buildDeps=' \
ca-certificates \ ca-certificates \
curl \ curl \