ci: add custom cypress image with latest browsers

This commit is contained in:
Rainer Killinger
2022-10-10 14:08:56 +02:00
parent 6f2fdf9219
commit 8d82119d95
3 changed files with 113 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
FROM docker/compose
RUN apk update && apk add nodejs npm git jq
RUN apk update && apk add nodejs npm git jq curl
ADD . /opt/openstapps/projectmanagement