Giter Site home page Giter Site logo

Comments (6)

luispabon avatar luispabon commented on August 20, 2024

from base-images.

luispabon avatar luispabon commented on August 20, 2024

from base-images.

jadsalhani avatar jadsalhani commented on August 20, 2024

@luispabon Yeah it's from my owm Dockerfile, but I am running apt-get update before. Here's the file:

FROM phpdockerio/php72-fpm:latest

# Install most used extensions
RUN apt-get update \
    && apt-get -y --no-install-recommends install php7.2-memcached php7.2-pgsql php7.2-redis php7.2-xdebug php7.2-mbstring php7.2-mcrypt php7.2-mongodb php7.2-gmp libgmp10 \
    && apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
CMD ["php", "-a"]

I'll try to find a good fix for it and open up a PR as well ๐Ÿ˜„

from base-images.

jadsalhani avatar jadsalhani commented on August 20, 2024

Funny thing is that I use the same file on a different PC 2 days ago and it worked fine ๐Ÿ˜‚ Took me a while to stalk the repo and figure out you moved to bionic ๐Ÿ˜…

from base-images.

jadsalhani avatar jadsalhani commented on August 20, 2024

Ok so the packages are being installed now o.O. php-mcrypt still isn't found so it causes the build to exit, but still it works fine without it. The other packages installed successfully.
Guess going to close this now.

from base-images.

luispabon avatar luispabon commented on August 20, 2024

from base-images.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.