GithubHelp home page GithubHelp logo

Comments (13)

natgho-reidin avatar natgho-reidin commented on July 1, 2024 100

Try this;
LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php

from docker-nginx-php.

matriphe avatar matriphe commented on July 1, 2024 18

Don't know what's going on, but I change the RUN add-apt-repository -y ppa:ondrej/php5 line and it's worked.

RUN touch /etc/apt/sources.list.d/ondrej-php5.list
RUN echo "deb http://ppa.launchpad.net/ondrej/php5/ubuntu trusty main" >> /etc/apt/sources.list.d/ondrej-php5.list
RUN echo "deb-src http://ppa.launchpad.net/ondrej/php5/ubuntu trusty main" >> /etc/apt/sources.list.d/ondrej-php5.list
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C

Hope it's helped someone who had same issue.

from docker-nginx-php.

dev-head avatar dev-head commented on July 1, 2024 1

because the owner of the php ppa, while awesome of him to contribute to the eco with his stable packages, does not wish to provide the package meta data in a format that's supported by ubuntu. It's his repo, his work and of course his name and he's allowed to do whatever he wants; regardless if it helps the people who use it. we're always free to create our own and not use his packages.

devs reasoning:
oerdnj/deb.sury.org#56

from docker-nginx-php.

Sheridan avatar Sheridan commented on July 1, 2024 1
RUN apt-get -y install locales
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
RUN add-apt-repository -y ppa:ondrej/php

from docker-nginx-php.

matriphe avatar matriphe commented on July 1, 2024

By the way, I modified the Docker file, using phusion/baseimage:0.9.16.

from docker-nginx-php.

fideloper avatar fideloper commented on July 1, 2024

That's interesting, thanks!

Sorry for the huge delay in getting back to you on this :/

I can update this repo for that (I don't use this repo anymore, so I don't modify it much).

from docker-nginx-php.

galindro avatar galindro commented on July 1, 2024

@fideloper please reopen this ticket. I'm having this issue with phusion/baseimage:0.9.18

from docker-nginx-php.

fideloper avatar fideloper commented on July 1, 2024

This is really old and for the most part unmaintained - i don’t have the
time unfortunately. I won’t be looking into the issue, but I can leave
this open if you really want.

On Tue, Jan 12, 2016 at 3:28 PM Bruno Galindro da Costa <
[email protected]> wrote:

@fideloper https://github.com/fideloper please reopen this ticket. I'm
having this issue with phusion/baseimage:0.9.18


Reply to this email directly or view it on GitHub
#15 (comment)
.

from docker-nginx-php.

galindro avatar galindro commented on July 1, 2024

No no... I have put my comment because I was thinking that this could be important to this project. I've fixed using the @matriphe proposed solution using apt-key

from docker-nginx-php.

fideloper avatar fideloper commented on July 1, 2024

Sounds good!

On Wed, Jan 13, 2016 at 4:53 AM, Bruno Galindro da Costa <
[email protected]> wrote:

No no... I have put my comment because I was thinking that this could be
important to this project. I've fixed using the @matriphe
https://github.com/matriphe proposed solution using apt-key


Reply to this email directly or view it on GitHub
#15 (comment)
.

from docker-nginx-php.

quanengineering avatar quanengineering commented on July 1, 2024

@natgho-reidin It works. Your solution saved my day!

from docker-nginx-php.

mhamzas avatar mhamzas commented on July 1, 2024

@natgho-reidin , yes it worked. Thanks

from docker-nginx-php.

abhijitgujar86 avatar abhijitgujar86 commented on July 1, 2024

"LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php" worked for me too , but i did not get why ?

from docker-nginx-php.

Related Issues (14)

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.