👷 Minimal docker compose option for internal e2e testing

This commit is contained in:
Eric Doughty-Papassideris
2024-12-27 15:50:45 +01:00
parent 57dfbaff84
commit 88af44d5c8
4 changed files with 148 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ FROM node:lts-alpine AS node-base
RUN apk add --update-cache \
ghostscript \
graphicsmagick \
curl \
&& rm -rf /var/cache/apk/*