add proxy to build images
Some checks failed
Build and Push to ACR / docker (push) Failing after 5m45s

This commit is contained in:
2025-09-30 16:22:35 +08:00
parent feb82f596d
commit 5e71d576a3
2 changed files with 19 additions and 6 deletions

View File

@@ -1,5 +1,8 @@
# syntax=docker/dockerfile:1
FROM debian:12-slim
ARG HTTP_PROXY
ARG HTTPS_PROXY
ARG NO_PROXY
WORKDIR /app