Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit edaaa70

Browse files
committed
updated docker file
1 parent 7f0317f commit edaaa70

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.3 FROM razorpay/onggi:php-base
1+
FROM php:7.3
22

33
RUN apt update
44
RUN apt install -y \
@@ -23,7 +23,7 @@ RUN apt install -y \
2323
docker-php-ext-install pcntl pdo_mysql pdo_pgsql
2424

2525

26-
COPY ext /ext COPY ext /ext
26+
COPY ext /ext
2727
RUN cd /ext && phpize && ./configure --enable-opencensus && make install && docker-php-ext-enable opencensus
2828

2929
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && \
@@ -32,5 +32,4 @@ php composer-setup.php && \
3232
php -r "unlink('composer-setup.php');" && \
3333
mv composer.phar /usr/bin/composer && chmod +x /usr/bin/composer
3434

35-
3635
ENTRYPOINT ["bash"]

0 commit comments

Comments
 (0)