From 97d284df62b3b78853643ae9b301075e89faa2ce Mon Sep 17 00:00:00 2001 From: Brett McHargue Date: Tue, 19 Dec 2023 16:47:00 +0000 Subject: [PATCH] Replace ttf-ubuntu-font-family and python2 --- Dockerfile.azure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.azure b/Dockerfile.azure index 48fab9bff..0e75d61e5 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 postgresql-dev build-base libxml2-dev libxslt-dev ttf-freefont" WORKDIR /app