Skip to content

Commit

Permalink
klipper: remove chown for copy directive in mcu stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuf committed Apr 7, 2023
1 parent 018b8cf commit b7c36c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/klipper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ RUN apt update \
python3-numpy python3-matplotlib \
&& apt clean

COPY --chown=klipper:klipper --from=build /opt/klipper ./klipper
COPY --chown=klipper:klipper --from=build /opt/venv ./venv
COPY --from=build /opt/klipper ./klipper
COPY --from=build /opt/venv ./venv

## Build klipper.elf for Simulavr and Simulavr itself
FROM mcu as build-simulavr
Expand Down

0 comments on commit b7c36c1

Please sign in to comment.