We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f90343 commit bae4603Copy full SHA for bae4603
dockerfiles/Dockerfile
@@ -30,6 +30,7 @@ FROM toolchain as builder
30
ADD /scripts/ /scripts/
31
ADD /repos/versions /repos/
32
RUN /scripts/git-clone.bash /repos/versions
33
+RUN rm -rf proxmox-biome/vendor # Remove biome vendor to avoid conflicts with other dependencies
34
35
# Apply all patches
36
ADD /repos/patches/ /repos/patches/
dockerfiles/Dockerfile.client
@@ -22,6 +22,7 @@ RUN git config --global user.email "[email protected]" && \
22
23
24
25
26
27
# Install valid rust toolchain
28
ARG DOCKER_ARCH
0 commit comments