Update dockerfile to speed up debugging
Some checks failed
release-tag / release-image (push) Failing after 1m42s
Lint / lint (push) Successful in 39s

This commit is contained in:
Logan Cusano
2025-02-23 17:42:26 -05:00
parent 3ded857456
commit d41ed60ee6

View File

@@ -6,8 +6,8 @@ ENV DEBIAN_FRONTEND=noninteractive
# Install system dependencies
RUN apt update && \
apt install -y apt-transport-https && \
apt install -y git \
apt-get install -y --no-install-recommends libc-bin apt-transport-https && \
apt install -y --no-install-recommends git \
curl \
python3 \
python3-pip \