update dockerfiles

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-12-05 17:25:59 -08:00
parent 0cb9e81816
commit 1459d3328c
No known key found for this signature in database
GPG Key ID: E34EC3D4E4953C4A
2 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,6 @@ RUN dpkg --add-architecture i386 \
bc \
binutils-dev \
bison \
bsdtar \
build-essential \
bzip2 \
ca-certificates \

View File

@ -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 <jess@linux.com>"
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/*