fix(updater): 8th attempt to convert to drone

This commit is contained in:
matt1432 2023-03-08 15:41:46 -05:00
parent 9c1200868e
commit 25e14f043e

View file

@ -7,8 +7,8 @@ steps:
image: eclipse-temurin:17.0.6_10-jdk-focal
entrypoint: [ "/bin/bash" ]
commands:
- apt-get update
- apt-get install -y --no-install-recommends \
- apt update
- apt install -y --no-install-recommends \
ca-certificates \
curl \
python3.9 \