Skip to content

Commit

Permalink
build(docker): install imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed May 5, 2023
1 parent bb30a34 commit c5443f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ RUN source /root/.bashrc && nvm install $NODE_VERSION
RUN n=$(which node);n=${n%/bin/node}; chmod -R 755 $n/bin/*; cp -r $n/{bin,lib,share} /usr/local
SHELL ["/bin/bash", "--login", "-c"]

# Installing imagemagick
RUN apt-get update -y && apt-get install -qq -y --no-install-recommends imagemagick

WORKDIR /
RUN mkdir -p /nodejs/raccoon/
WORKDIR /nodejs/raccoon/
Expand Down

0 comments on commit c5443f4

Please sign in to comment.