Skip to content

Commit 2755897

Browse files
authored
Added curl to the Dockerfile used for Cypress tests (#67)
1 parent 1bf383b commit 2755897

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

env.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM cypress/browsers:node-20.10.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.
33
ARG MAVEN_VER="3.8.1"
44
ARG MAVEN_BASE_URL="https://archive.apache.org/dist/maven/maven-3"
55

6-
RUN apt-get update && apt-get install -y jq
6+
RUN apt-get update && apt-get install -y jq curl
77

88
RUN adduser --disabled-password jahians
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jahia/cypress",
3-
"version": "3.18.0",
3+
"version": "3.18.1",
44
"scripts": {
55
"build": "tsc",
66
"lint": "eslint src -c .eslintrc.json --ext .ts"

0 commit comments

Comments
 (0)