From 7e6af77cd02f4b8e939ef2d4a06d19d15fea09ca Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Thu, 23 Sep 2021 13:05:11 -0700 Subject: [PATCH] Update build images to python3 for compat with recent gsutil change Signed-off-by: Brad Davidson --- Dockerfile.dapper | 2 +- Dockerfile.test.dapper | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.dapper b/Dockerfile.dapper index d21c678f3f..074a1d28ae 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -9,7 +9,7 @@ ENV https_proxy=$https_proxy ENV no_proxy=$no_proxy RUN apk -U --no-cache add bash git gcc musl-dev docker vim less file curl wget ca-certificates jq linux-headers \ - zlib-dev tar zip squashfs-tools npm coreutils python2 openssl-dev libffi-dev libseccomp libseccomp-dev \ + zlib-dev tar zip squashfs-tools npm coreutils python3 openssl-dev libffi-dev libseccomp libseccomp-dev \ libseccomp-static make libuv-static sqlite-dev sqlite-static libselinux libselinux-dev zlib-dev zlib-static \ zstd gzip alpine-sdk binutils-gold RUN if [ "$(go env GOARCH)" = "arm64" ]; then \ diff --git a/Dockerfile.test.dapper b/Dockerfile.test.dapper index b84d924f12..e583569073 100644 --- a/Dockerfile.test.dapper +++ b/Dockerfile.test.dapper @@ -1,7 +1,7 @@ ARG GOLANG=golang:1.16.6-alpine3.13 FROM ${GOLANG} -RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python2 openssl py-pip +RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python3 openssl py3-pip ENV SONOBUOY_VERSION 0.50.0