Skip to content

Commit

Permalink
Next try
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 authored Mar 12, 2024
1 parent 598b1e2 commit d0fc4e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ RUN <<EOF
fi
head -n 105 /root/svn/cpanfile > /usr/src/app/cpanfile
cat /usr/src/app/cpanfile
cpanm --notest --cpanfile /usr/src/app/ --installdeps .
cpanm --notest --installdeps .

cpanm --notest --cpanfile /usr/src/app/ --installdeps --with-suggests .
cpanm --notest --installdeps --with-suggests .

rm /usr/src/app/cpanfile
rm -rf /root/.cpanm
Expand All @@ -137,7 +137,7 @@ RUN <<EOF
fi
head -n 55 /root/3rdparty/cpanfile > /usr/src/app/cpanfile
cat /usr/src/app/cpanfile
cpanm --notest --cpanfile /usr/src/app/ --installdeps --with-suggests .
cpanm --notest --installdeps --with-suggests .
rm -rf /root/.cpanm
EOF

Expand Down

0 comments on commit d0fc4e7

Please sign in to comment.