refactor: remove BuildKit syntax directive and host network flags from Dockerfiles
Remove BuildKit syntax directive and --network=host flags from admin-web, backend, and gateway Dockerfiles to simplify builds and rely on default Docker networking for dependency downloads.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
## syntax=docker/dockerfile:1.4
|
||||
FROM alpine:3.21
|
||||
|
||||
RUN --network=host set -eux; \
|
||||
RUN set -eux; \
|
||||
printf '%s\n' \
|
||||
'https://dl-cdn.alpinelinux.org/alpine/v3.21/main' \
|
||||
'https://dl-cdn.alpinelinux.org/alpine/v3.21/community' \
|
||||
|
||||
Reference in New Issue
Block a user