Dockerfile: update base to debian:bullseye-slim

Updates the image to have a newer build environment, which is required
for some of the maintainer scripts.

Increases the image size from 414 to 545 MB.
This commit is contained in:
Martin Weinelt 2022-03-27 01:08:28 +01:00
parent e60b3eb386
commit 7148386e03
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,4 +1,4 @@
FROM debian:buster-slim FROM debian:bullseye-slim
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \