Skip to content

Commit bae4603

Browse files
committed
Remove biome vendor to avoid conflicts with other dependencies
1 parent 1f90343 commit bae4603

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dockerfiles/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ FROM toolchain as builder
3030
ADD /scripts/ /scripts/
3131
ADD /repos/versions /repos/
3232
RUN /scripts/git-clone.bash /repos/versions
33+
RUN rm -rf proxmox-biome/vendor # Remove biome vendor to avoid conflicts with other dependencies
3334

3435
# Apply all patches
3536
ADD /repos/patches/ /repos/patches/

dockerfiles/Dockerfile.client

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN git config --global user.email "[email protected]" && \
2222
ADD /scripts/ /scripts/
2323
ADD /repos/versions /repos/
2424
RUN /scripts/git-clone.bash /repos/versions
25+
RUN rm -rf proxmox-biome/vendor # Remove biome vendor to avoid conflicts with other dependencies
2526

2627
# Install valid rust toolchain
2728
ARG DOCKER_ARCH

0 commit comments

Comments
 (0)