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 \ bc \
binutils-dev \ binutils-dev \
bison \ bison \
bsdtar \
build-essential \ build-essential \
bzip2 \ bzip2 \
ca-certificates \ ca-certificates \

View File

@ -28,14 +28,14 @@
# 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:bullseye-slim FROM debian:buster-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 \ RUN apt-get update && apt-get install -y \
libcurl4 \ libcurl4 \
libvpx6 \ libvpx5 \
procps \ procps \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*