Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wcms-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chris Shantz
wcms-docker
Commits
f0e9f381
Commit
f0e9f381
authored
6 years ago
by
Chris Shantz
Browse files
Options
Downloads
Patches
Plain Diff
Removed mmcrypt from php7.2 install.
parent
2e75229e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build-scripts/wcms7.2/Dockerfile
+2
-2
2 additions, 2 deletions
build-scripts/wcms7.2/Dockerfile
with
2 additions
and
2 deletions
build-scripts/wcms7.2/Dockerfile
+
2
−
2
View file @
f0e9f381
...
@@ -57,7 +57,7 @@ RUN apt-get install -y \
...
@@ -57,7 +57,7 @@ RUN apt-get install -y \
php
${
PHP_VERSION_ALT
}
-gd
\
php
${
PHP_VERSION_ALT
}
-gd
\
php
${
PHP_VERSION_ALT
}
-curl
\
php
${
PHP_VERSION_ALT
}
-curl
\
php
${
PHP_VERSION_ALT
}
-ldap
\
php
${
PHP_VERSION_ALT
}
-ldap
\
php
${
PHP_VERSION_ALT
}
-mcrypt
\
##
php${PHP_VERSION_ALT}-mcrypt
\
php
${
PHP_VERSION_ALT
}
-zip
\
php
${
PHP_VERSION_ALT
}
-zip
\
php-pear
\
php-pear
\
libapache2-mod-php
${
PHP_VERSION_ALT
}
\
libapache2-mod-php
${
PHP_VERSION_ALT
}
\
...
@@ -85,7 +85,7 @@ RUN a2enmod headers
...
@@ -85,7 +85,7 @@ RUN a2enmod headers
## fcgid needed to run multiple versions of PHP under the same apache.
## fcgid needed to run multiple versions of PHP under the same apache.
## RUN a2enmod fcgid
## RUN a2enmod fcgid
## enable mcrypt
## enable mcrypt
RUN
phpenmod mcrypt
##v
RUN phpenmod mcrypt
## add upload progress
## add upload progress
RUN
apt-get
install
php-uploadprogress
RUN
apt-get
install
php-uploadprogress
# Install Composer.
# Install Composer.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment