Skip to content

Commit

Permalink
Added curl to the Dockerfile used for Cypress tests (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert authored Feb 12, 2024
1 parent 1bf383b commit 2755897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM cypress/browsers:node-20.10.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.
ARG MAVEN_VER="3.8.1"
ARG MAVEN_BASE_URL="https://archive.apache.org/dist/maven/maven-3"

RUN apt-get update && apt-get install -y jq
RUN apt-get update && apt-get install -y jq curl

RUN adduser --disabled-password jahians

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jahia/cypress",
"version": "3.18.0",
"version": "3.18.1",
"scripts": {
"build": "tsc",
"lint": "eslint src -c .eslintrc.json --ext .ts"
Expand Down

0 comments on commit 2755897

Please sign in to comment.