Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Feeds
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Feeds
Commits
83d0bb88
Commit
83d0bb88
authored
5 years ago
by
Yoann Ono Dit Biot
Committed by
ayiniho
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update dockerfile for TTRss 19.2
parent
9e29643b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
with
3 additions
and
3 deletions
Dockerfile
+
3
−
3
View file @
83d0bb88
FROM
php:7.1-apache
MAINTAINER
Yoann Ono Dit Biot <yoann.onoditbiot@tedomum.net>
RUN
DEBIAN_FRONTEND
=
noninteractive apt-get update
&&
apt-get
install
-y
supervisor
RUN
docker-php-ext-install pcntl mysqli pdo_mysql opcache
RUN
DEBIAN_FRONTEND
=
noninteractive apt-get update
&&
apt-get
install
-y
supervisor
libicu-dev
RUN
docker-php-ext-install pcntl mysqli pdo_mysql opcache
intl
WORKDIR
/var/www/html
COPY
./ /var/www/html
...
...
@@ -23,4 +23,4 @@ ENV DB_PASS ttrss
ADD
docker/configure-db.php /configure-db.php
ADD
docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
CMD
php /configure-db.php && supervisord -c /etc/supervisor/conf.d/supervisord.conf
\ No newline at end of file
CMD
php /configure-db.php && supervisord -c /etc/supervisor/conf.d/supervisord.conf
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