mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix virtualbox
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
5e3720e8fa
commit
dfa5e4cfc1
|
@ -28,11 +28,17 @@
|
|||
# then you can remove all the shit you copied
|
||||
# rm -rf /usr/share/virtualbox /usr/lib/virtualbox
|
||||
#
|
||||
FROM debian:sid
|
||||
FROM debian:stretch-slim
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
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=' \
|
||||
ca-certificates \
|
||||
curl \
|
||||
|
|
Loading…
Reference in New Issue
Block a user