-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from shanrahul/php-7.4-ubuntu-20.04
Updated the base image in the Dockerfile
- Loading branch information
Showing
3 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM orangehrm/orangehrm-environment-images:test-php-7.4-ubuntu-20.04 | ||
FROM orangehrm/orangehrm-environment-images:test-php-latest-ubuntu-20.04 | ||
|
||
MAINTAINER orangehrm | ||
LABEL authors = "OrangeHRM TechOps<[email protected]>" | ||
|
@@ -11,6 +11,7 @@ RUN apt-get update | |
|
||
RUN apt-get -y install \ | ||
nano \ | ||
supervisor \ | ||
memcached \ | ||
&& apt-get install --only-upgrade bash \ | ||
&& apt-get clean \ | ||
|
@@ -23,7 +24,6 @@ RUN echo "zend_extension=xdebug" >> /etc/php/7.4/cli/php.ini | |
# RUN echo "instantclient,/opt/oracle/instantclient_11_2" | pecl install oci8 | ||
# RUN echo "extension=oci8.so" >>/etc/php.ini | ||
|
||
|
||
# Add infection | ||
COPY infection.phar /usr/bin/infection | ||
RUN chmod +x /usr/bin/infection | ||
|
@@ -38,6 +38,6 @@ RUN pear channel-discover pear.phing.info && \ | |
pear install phing/phing-2.16.0 | ||
|
||
# Add supervisor conf | ||
COPY supervisord.conf /etc/supervisord.conf | ||
#COPY supervisord.conf /etc/supervisord.conf | ||
|
||
ENTRYPOINT ["/lib/systemd/systemd"] | ||
ENTRYPOINT ["/sbin/init"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters