Skip to content

Commit

Permalink
Merge branch 'INTER-Mediator:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk authored Feb 6, 2024
2 parents 41b709c + 4351e12 commit 90ac625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pages:
- ls -al /
- docker run -v "/builds/INTER-Mediator/INTER-Mediator/public:/public" -e "container=docker" --privileged -d --name php81-alpine php:8.1-fpm-alpine /sbin/init
- docker exec --privileged -i php81-alpine sh -c "apk update"
- docker exec --privileged -i php81-alpine sh -c "apk add --no-cache git bash zip nodejs zlib-dev libpng-dev icu-dev"
- docker exec --privileged -i php81-alpine sh -c "apk add --no-cache git bash zip nodejs npm zlib-dev libpng-dev icu-dev"
- docker exec --privileged -i php81-alpine sh -c "docker-php-ext-install bcmath exif gd intl"
- docker exec --privileged -i php81-alpine sh -c "apk add --no-cache curl"
- docker exec --privileged -i php81-alpine sh -c "curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer && chmod +x /usr/local/bin/composer"
Expand Down

0 comments on commit 90ac625

Please sign in to comment.