Coder Social home page Coder Social logo

docker-proximis's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-proximis's Issues

Docker-compose pull --parallel is deprecated

Running the command docker-compose pull --parallel --ignore-pull-failures (

$(DOCKER_COMPOSE) pull --parallel --ignore-pull-failures
)
sets a warning about the --parallel argument which is deprecated. It seems that by default all docker-compose pull runs are performed in parallel.
I suggest removing this argument in a future fix.

Orphaned packages 'mysql-client' and 'ssmtp' on PHP image Dockerfile

On make install :

Building php
Step 1/12 : FROM php:7.2-fpm as proximis_php
7.2-fpm: Pulling from library/php

...

Step 3/12 : RUN apt-get update &&     apt-get install -y --no-install-recommends         curl         dnsutils         git         git-core         graphicsmagick         gnupg         imagemagick         jq         libzip-dev         libicu-dev         libfreetype6-dev         libjpeg62-turbo-dev         libmagickwand-dev         libpng-dev         libxslt-dev         libssh2-1-dev         mailutils         moreutils         mysql-client         nano         netcat         net-tools         p7zip-full         procps         ssh         ssmtp         telnet         unzip         vim         wget         zip &&     docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ &&     docker-php-ext-install         bcmath         gd         iconv         intl         mbstring         opcache         pdo_mysql         soap         xml         xsl         zip &&     perl -pi -e "s/mailhub=mail/mailhub=maildev/" /etc/ssmtp/ssmtp.conf &&     ln -s /usr/lib/x86_64-linux-gnu/ImageMagick-6.8.9/bin-Q16/MagickWand-config /usr/bin/ &&     rm -rf /var/lib/apt/lists/*

...

Reading package lists...
Building dependency tree...
Reading state information...
Package mysql-client is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package ssmtp is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'mysql-client' has no installation candidate
E: Package 'ssmtp' has no installation candidate
ERROR: Service 'php' failed to build: The command '/bin/sh -c apt-get update &&     apt-get install -y --no-install-recommends         curl         dnsutils         git         git-core         graphicsmagick         gnupg         imagemagick         jq         libzip-dev         libicu-dev         libfreetype6-dev         libjpeg62-turbo-dev         libmagickwand-dev         libpng-dev         libxslt-dev         libssh2-1-dev         mailutils         moreutils         mysql-client         nano         netcat         net-tools         p7zip-full         procps         ssh         ssmtp         telnet         unzip         vim         wget         zip &&     docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ &&     docker-php-ext-install         bcmath         gd         iconv         intl         mbstring         opcache         pdo_mysql         soap         xml         xsl         zip &&     perl -pi -e "s/mailhub=mail/mailhub=maildev/" /etc/ssmtp/ssmtp.conf &&     ln -s /usr/lib/x86_64-linux-gnu/ImageMagick-6.8.9/bin-Q16/MagickWand-config /usr/bin/ &&     rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
make: *** [build] Error 1

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.