We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717ea47 commit 4810d2dCopy full SHA for 4810d2d
docker/Dockerfile
@@ -1,7 +1,7 @@
1
# Copyright (c) 2019-2021 VMware, Inc. All Rights Reserved.
2
# SPDX-License-Identifier: BSD-2-Clause
3
4
-FROM python:3.9-slim-buster as base
+FROM python:3.9-slim-bullseye as base
5
6
FROM base as builder
7
@@ -13,9 +13,7 @@ RUN pip install --no-warn-script-location --prefix=/install \
13
14
FROM base
15
16
-RUN echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list \
17
- && echo "Package: *\nPin: release n=bullseye\nPin-Priority: 50" > /etc/apt/preferences.d/bullseye \
18
- && apt-get update \
+RUN apt-get update \
19
&& apt-get install -y --no-install-recommends \
20
attr \
21
findutils \
0 commit comments