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.
2 parents 8e6871a + 24d318b commit 926a9a0Copy full SHA for 926a9a0
Dockerfile
@@ -1,7 +1,7 @@
1
ARG GO_VERSION=1.17
2
ARG BATS_VERSION=v1.3.0
3
4
-FROM golang:${GO_VERSION}-buster
+FROM golang:${GO_VERSION}-bullseye
5
ARG DEBIAN_FRONTEND=noninteractive
6
7
RUN echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list \
@@ -31,7 +31,7 @@ RUN echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debi
31
libseccomp-dev:ppc64el \
32
libseccomp2 \
33
pkg-config \
34
- python-minimal \
+ python3-minimal \
35
sudo \
36
uidmap \
37
&& apt-get clean \
0 commit comments