diff --git a/.build/Dockerfile b/.build/Dockerfile index b608ebf..752023f 100644 --- a/.build/Dockerfile +++ b/.build/Dockerfile @@ -18,6 +18,9 @@ RUN curl -LOJ https://github.com/librespeed/speedtest-cli/releases/download/v1.0 RUN pacman -S --noconfirm atk cups libxcomposite nodejs npm nss \ && npm install --global fast-cli +# Image Magic +RUN pacman -S --noconfirm imagemagick + COPY . . CMD ./bot.sh