mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Shallow clone of website/submodules for testing (#2249)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
parent
32ca523689
commit
3d51e3c9df
@ -6,7 +6,7 @@
|
||||
FROM alpine AS parent
|
||||
|
||||
RUN apk add git
|
||||
RUN git clone --recurse-submodules https://github.com/opentofu/opentofu.org /work
|
||||
RUN git clone --depth=1 --shallow-submodules --recurse-submodules https://github.com/opentofu/opentofu.org /work
|
||||
|
||||
FROM node:22
|
||||
COPY --from=parent /work /work
|
||||
|
Loading…
Reference in New Issue
Block a user