From 6ad47878233f1ff5def4a9a58d2cc9b842f6ddb2 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 8 Mar 2023 15:15:26 -0500 Subject: [PATCH] fix(updater): 3rd attempt to convert to drone --- .github/workflows/updater.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 90e3046..333a0b3 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -6,6 +6,16 @@ steps: - name: update image: eclipse-temurin:17.0.6_10-jdk-jammy commands: + - apt-get update + - apt-get install -y --no-install-recommends \ + ca-certificates \ + curl \ + python3.9 \ + python3-pip \ + python3.9-dev \ + python3-setuptools \ + python3-wheel \ + pipx - pipx install pipenv - pipenv install - cd updater