Skip to content

Commit

Permalink
build[Dockerfile]: Remove double cpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Apr 20, 2024
1 parent 4b23280 commit 476cd11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ RUN <<EOF
if [ "${TARGETPLATFORM}" != "linux/amd64" ] && [ "${TARGETPLATFORM}" != "linux/i386" ]; then
sed -i '/Device::Firmata::Constants/d' /usr/src/app/core-cpanfile
fi
cpm install --without-test --cpanfile /usr/src/app/core-cpanfile --show-build-log-on-failure --global --configure-timeout=360 --workers=2
cpm install --without-test --with-suggests --with-recommends --cpanfile /usr/src/app/core-cpanfile --show-build-log-on-failure --global --configure-timeout=360 --workers=2

rm -rf /root/.cpanm
Expand Down

0 comments on commit 476cd11

Please sign in to comment.