mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
update dockerfiles
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
parent
0cb9e81816
commit
1459d3328c
|
@ -10,7 +10,6 @@ RUN dpkg --add-architecture i386 \
|
|||
bc \
|
||||
binutils-dev \
|
||||
bison \
|
||||
bsdtar \
|
||||
build-essential \
|
||||
bzip2 \
|
||||
ca-certificates \
|
||||
|
|
|
@ -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/*
|
||||
|
|
Loading…
Reference in New Issue
Block a user