Skip to content

Commit

Permalink
Use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett committed Dec 4, 2023
1 parent d9cafc1 commit bd9cd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.azure
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bd9cd5a

Please sign in to comment.