Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cern-drupal-distribution
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal
paas
cern-drupal-distribution
Commits
2739e178
Commit
2739e178
authored
Jun 7, 2021
by
Konstantinos Samaras-Tsakiris
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
b1c7fdbf
No related branches found
No related tags found
No related merge requests found
Pipeline
#2695630
passed
Jun 7, 2021
Stage: nginx
Stage: sitebuilder
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
images/Dockerfile
+1
-1
1 addition, 1 deletion
images/Dockerfile
with
1 addition
and
1 deletion
images/Dockerfile
+
1
−
1
View file @
2739e178
...
...
@@ -85,7 +85,7 @@ RUN set -eux; \
RUN
curl
-sS
https://getcomposer.org/installer | php
--
--install-dir
=
/usr/bin
--filename
=
composer
--version
=
${
COMPOSER_VERSION
}
# RUN composer clearcache; composer require drush/drush ${DRUSH_VERSION}; composer install;
# ENV PATH=$PATH:/tmp/drush/vendor/bin
COPY
./s2i/bin/ /usr/libexec/s2i/
COPY
./php-fpm/fix-permissions /fix-permissions
RUN
chmod
-R
+x /usr/libexec/s2i/
;
\
chmod
+x /fix-permissions
...
...
...
...
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
sign in
to comment