install libs
Build and Push Docker Images / build-and-push (push) Successful in 4m20s

This commit is contained in:
2025-09-24 22:28:35 +02:00
parent 902d2fd1eb
commit dfc02400ca
@@ -7,6 +7,8 @@ WORKDIR /workspace
RUN apt-get update && apt-get install -y \
build-essential \
python3 \
curl \
software-properties-common \
git \
&& rm -rf /var/lib/apt/lists/*