Skip to content

Commit

Permalink
update dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Dec 6, 2019
1 parent 0cb9e81 commit 1459d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lkp-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN dpkg --add-architecture i386 \
bc \
binutils-dev \
bison \
bsdtar \
build-essential \
bzip2 \
ca-certificates \
Expand Down
4 changes: 2 additions & 2 deletions virtualbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"

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/*
Expand Down

0 comments on commit 1459d33

Please sign in to comment.