Browse Source

build: add python3-venv in the github actions dockerfile

pull/395/head
Parodi, Eugenio 🌶 11 months ago
parent
commit
32292ab179
  1. 2
      tools/docker/github-runner/Dockerfile

2
tools/docker/github-runner/Dockerfile

@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# Update and install default applications
RUN apt-get update && apt-get install -y \
python3 python3-pip \
python3 python3-pip python3-venv \
maven ant sudo \
libicu74 sqlite3 \
gh git curl wget jq \

Loading…
Cancel
Save