Skip to content

Commit

Permalink
ci: updated php config in testing container
Browse files Browse the repository at this point in the history
  • Loading branch information
danigargar committed Nov 26, 2024
1 parent 01fd915 commit 41a2629
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ RUN npm install -g swagger-cli
# Install gherking fromatter
RUN pip install --break-system-packages reformat-gherkin

# Allow access to environment variables. Needed for testing DB
RUN sed -i 's/variables_order = "GPCS"/variables_order = "EGPCS"/g' /etc/php/8.2/cli/php.ini

# Create jenkins user (configurable)
ARG UNAME=jenkins
ARG UID=108
Expand Down

0 comments on commit 41a2629

Please sign in to comment.