From 1459d3328c207b7ed78ca88e916d0812e50ce60f Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 5 Dec 2019 17:25:59 -0800 Subject: [PATCH] update dockerfiles Signed-off-by: Jess Frazelle --- lkp-tests/Dockerfile | 1 - virtualbox/Dockerfile | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lkp-tests/Dockerfile b/lkp-tests/Dockerfile index c91cccb..1ac0b9c 100644 --- a/lkp-tests/Dockerfile +++ b/lkp-tests/Dockerfile @@ -10,7 +10,6 @@ RUN dpkg --add-architecture i386 \ bc \ binutils-dev \ bison \ - bsdtar \ build-essential \ bzip2 \ ca-certificates \ diff --git a/virtualbox/Dockerfile b/virtualbox/Dockerfile index b5e815c..3292b7b 100644 --- a/virtualbox/Dockerfile +++ b/virtualbox/Dockerfile @@ -28,14 +28,14 @@ # then you can remove all the shit you copied # rm -rf /usr/share/virtualbox /usr/lib/virtualbox # -FROM debian:bullseye-slim +FROM debian:buster-slim LABEL maintainer "Jessie Frazelle " ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install -y \ libcurl4 \ - libvpx6 \ + libvpx5 \ procps \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/*