Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallou committed Aug 27, 2024
1 parent 5b4a44e commit fc3ed2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-raspberrypi/Dockerfile
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ RUN apt-get update \
RUN mkdir -p $YADOMS_BUILD_TOOLS_PATH \
&& cd $YADOMS_BUILD_TOOLS_PATH \
&& git clone --depth=1 https://github.com/raspberrypi/tools.git
ENV PATH $PATH:$YADOMS_BUILD_TOOLS_PATH/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin
ENV PATH=$PATH:$YADOMS_BUILD_TOOLS_PATH/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin

# CMake
ARG cmake_version=3.30.2

0 comments on commit fc3ed2c

Please sign in to comment.