Code Monkey home page Code Monkey logo

dockerimages's People

Contributors

marteinn avatar martinjobb avatar mikaelengstrom avatar rinti avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dockerimages's Issues

wp-cli-php-7.4 is no longer building

Error details:

Step 3/11 : RUN docker-php-ext-install mysqli
 ---> Using cache
 ---> 950b239481ba
Step 4/11 : RUN docker-php-ext-configure gd --with-freetype --with-jpeg && docker-php-ext-install -j$(nproc) gd
 ---> Using cache
 ---> f4a354f1655f
Step 5/11 : ARG WPCLI_VERSION
 ---> Using cache
 ---> c5b4c0ecb6be
Step 6/11 : ENV WPCLI_VERSION ${WPCLI_VERSION}
 ---> Running in 6070e64adbad
Removing intermediate container 6070e64adbad
 ---> 455328a7b4ad
Step 7/11 : RUN curl --silent --fail --location --retry 3 --output /tmp/wp-cli.phar          --url https://github.com/wp-cli/wp-cli/releases/download/v${WPCLI_VERSION}/wp-cli-${WPCLI_VERSION}.phar;     chmod +x /tmp/wp-cli.phar;     mv /tmp/wp-cli.phar /bin/wp
 ---> Running in 1dd9cddf7e0e
chmod: /tmp/wp-cli.phar: No such file or directory
mv: can't rename '/tmp/wp-cli.phar': No such file or directory
The command '/bin/sh -c curl --silent --fail --location --retry 3 --output /tmp/wp-cli.phar          --url https://github.com/wp-cli/wp-cli/releases/download/v${WPCLI_VERSION}/wp-cli-${WPCLI_VERSION}.phar;     chmod +x /tmp/wp-cli.phar;     mv /tmp/wp-cli.phar /bin/wp' returned a non-zero code: 1
make: *** [Makefile:6: build] Error 1

Error: Process completed with exit code 2.

Full log here: https://github.com/Frojd/dockerimages/runs/4725256033?check_suite_focus=true

7.2 builds fine: https://github.com/Frojd/dockerimages/runs/4725255997?check_suite_focus=true

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.