Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WP Plugins
camo-image-proxy
Commits
a2bec76b
Commit
a2bec76b
authored
Aug 07, 2018
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Can we get by without mcrypt?
parent
427e3d47
Pipeline
#101
failed with stage
in 3 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
a2bec76b
...
...
@@ -14,8 +14,8 @@ before_script:
-
apt-get -yqqf install zip unzip subversion mysql-client default-libmysqlclient-dev --fix-missing
# PHP extensions
-
docker-php-ext-install mbstring
mcrypt
mysqli pdo_mysql intl gd zip bz2
-
docker-php-ext-enable mbstring
mcrypt
mysqli pdo_mysql intl gd zip bz2
-
docker-php-ext-install mbstring mysqli pdo_mysql intl gd zip bz2
-
docker-php-ext-enable mbstring mysqli pdo_mysql intl gd zip bz2
# Install Composer
-
curl -sS https://getcomposer.org/installer | php
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment