support python3 local builds
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2022-05-18 00:48:34 +02:00
parent 73e152c6ab
commit 6e65640e73
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ RUN apt update && \
dpkg -i packages-microsoft-prod.deb && \
echo 'tzdata tzdata/Areas select Europe' | debconf-set-selections && \
echo 'tzdata tzdata/Zones/Europe select Budapest' | debconf-set-selections && \
DEBIAN_FRONTEND="noninteractive" apt install -y azure-cli npm && \
DEBIAN_FRONTEND="noninteractive" apt install -y no-install-recommends azure-cli npm python3-dev python3-pip python3-venv && \
npm i -g azure-functions-core-tools@4 --unsafe-perm true && \
apt autoclean