diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 90095f4e7..9f0072303 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,6 +1,6 @@ FROM gitpod/workspace-full RUN sudo update-alternatives --set php $(which php8.1) -RUN sudo install-packages php8.1-gd php8.1-mbstring php8.1-curl php8.1-sqlite3 php8.1-zip php8.1-xdebug +RUN sudo install-packages php8.1-gd php8.1-mbstring php8.1-curl php8.1-sqlite3 php8.1-zip php8.1-xdebug php8.1-imagick RUN pnpx playwright@1.32.3 install-deps RUN pnpx playwright@1.32.3 install RUN npm install -g pnpm@8.6.12 @withgraphite/graphite-cli