fixup! ci: add docker-build
Docker Build and Push / build-and-push (push) Failing after 8m28s

This commit is contained in:
2025-08-06 20:35:06 +03:00
parent fa4734468f
commit a8858a711f
+1 -1
View File
@@ -3,7 +3,7 @@ FROM python:3.11-slim
RUN apt-get update && apt-get install -y curl && \
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
apt-get install -y nodejs && \
npm install -g sass && \
NODE_OPTIONS=--dns-result-order=ipv4first npm install -g sass && \
apt-get clean && rm -rf /var/lib/apt/lists/*
WORKDIR /app