mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 13:50:16 +00:00
move dev stuff to hack/dev
This commit is contained in:
4
hack/dev/utils/Dockerfile.copy-polyfill
Normal file
4
hack/dev/utils/Dockerfile.copy-polyfill
Normal file
@@ -0,0 +1,4 @@
|
||||
ARG TARGET_IMAGE=scratch
|
||||
FROM ${TARGET_IMAGE} AS image
|
||||
FROM --platform=$BUILDPLATFORM debian:trixie@sha256:fd8f5a1df07b5195613e4b9a0b6a947d3772a151b81975db27d47f093f60c6e6 AS final
|
||||
COPY --from=image / /image
|
||||
Reference in New Issue
Block a user