From 0c81f7a1fe97f87b083c4162c26006102a0f2cfe Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 21 Nov 2023 09:58:50 +0500 Subject: [PATCH] overlay speed result on image dependecy --- .build/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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