From bd9cd5a6ca05e1750137dcac4b58a73cfc97e4c5 Mon Sep 17 00:00:00 2001 From: Brett McHargue Date: Mon, 4 Dec 2023 14:49:28 +0000 Subject: [PATCH] Use python3 --- Dockerfile.azure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.azure b/Dockerfile.azure index 48fab9bff..a23d0f2a1 100644 --- a/Dockerfile.azure +++ b/Dockerfile.azure @@ -17,7 +17,7 @@ ENV BUNDLER_VERSION=2.2.26 # nodejs: JavaScript runtime built on Chrome's V8 JavaScript engine # yarn: node package manager # postgresql-dev: postgres driver and libraries -ARG BUILD_DEPS="git gcc libc-dev make nodejs yarn npm shared-mime-info python2 postgresql-dev build-base libxml2-dev libxslt-dev ttf-ubuntu-font-family" +ARG BUILD_DEPS="git gcc libc-dev make nodejs yarn npm shared-mime-info python3 postgresql-dev build-base libxml2-dev libxslt-dev ttf-ubuntu-font-family" WORKDIR /app