Skip to content

Commit

Permalink
Fixed Dockerfile to contain local copy of m4b-tool.phar for CI release
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreas committed Jan 3, 2025
1 parent 7ae6a3f commit 6ca5798
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ RUN echo "---- INSTALL M4B-TOOL ----" \
fi \
fi \
&& mv /tmp/m4b-tool.phar /usr/local/bin/m4b-tool \
&& tar xzf /tmp/m4b-tool.tar.gz -C /tmp/ && rm /tmp/m4b-tool.tar.gz \
&& chmod +x /usr/local/bin/m4b-tool /usr/local/bin/m4b-tool-pre
&& chmod +x /usr/local/bin/m4b-tool

WORKDIR ${WORKDIR}
CMD ["list"]
Expand Down

0 comments on commit 6ca5798

Please sign in to comment.