Skip to content

Commit

Permalink
Try to fix RaspberryPi build (use Poco 1.11.8p2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallou committed Aug 28, 2024
1 parent 17a97e4 commit e4ff032
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
Expand Up @@ -121,7 +121,7 @@ RUN cd $YADOMS_DEPS_PATH \
&& cd .. && rm $YADOMS_DEPS_PATH/boost_$boost_version.tar.bz2

# Poco
ARG poco_version=1.11.7
ARG poco_version=1.11.8p2
RUN cd $YADOMS_DEPS_PATH \
&& wget --no-check-certificate --no-verbose http://pocoproject.org/releases/poco-$poco_version/poco-$poco_version-all.tar.gz > /dev/null\
&& tar xzf poco-$poco_version-all.tar.gz && cd poco-$poco_version-all > /dev/null\
Expand Down

0 comments on commit e4ff032

Please sign in to comment.