Skip to content

Commit

Permalink
https://github.com/Automattic/node-canvas/issues/1065
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhurm committed Nov 6, 2022
1 parent 26dfb81 commit e0f9106
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ LABEL MAINTAINER="Adam Hurm" INFO="Discord Super Pal of the Week"
COPY run.sh /home/run.sh
COPY .env /home/.env

RUN apt update && apt install python3 python3-pip git curl tmux -y \
RUN apt update && apt install python3 python3-pip git curl tmux \
libpixman-1-dev libcairo2-dev libpango1.0-dev libjpeg8-dev libgif-dev -y \
&& curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | sh \
&& export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" \
&& nvm install --lts && nvm use --lts \
Expand Down

0 comments on commit e0f9106

Please sign in to comment.