Skip to content

Commit

Permalink
remove outdated php dockerfile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Jul 27, 2016
1 parent 6511a87 commit 7b672f8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 30 deletions.
6 changes: 0 additions & 6 deletions templates/tools/dockerfile/php_deps.include
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,5 @@

# Install dependencies

RUN /bin/bash -l -c "echo 'deb http://packages.dotdeb.org wheezy-php55 all' ${'\\'}
>> /etc/apt/sources.list.d/dotdeb.list"
RUN /bin/bash -l -c "echo 'deb-src http://packages.dotdeb.org wheezy-php55 all' ${'\\'}
>> /etc/apt/sources.list.d/dotdeb.list"
RUN wget http://www.dotdeb.org/dotdeb.gpg -O- | apt-key add -

RUN apt-get update && apt-get install -y ${'\\'}
git php5 php5-dev phpunit unzip
6 changes: 0 additions & 6 deletions tools/dockerfile/interoptest/grpc_interop_php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ RUN /bin/bash -l -c "gem install bundler --no-ri --no-rdoc"

# Install dependencies

RUN /bin/bash -l -c "echo 'deb http://packages.dotdeb.org wheezy-php55 all' \
>> /etc/apt/sources.list.d/dotdeb.list"
RUN /bin/bash -l -c "echo 'deb-src http://packages.dotdeb.org wheezy-php55 all' \
>> /etc/apt/sources.list.d/dotdeb.list"
RUN wget http://www.dotdeb.org/dotdeb.gpg -O- | apt-key add -

RUN apt-get update && apt-get install -y \
git php5 php5-dev phpunit unzip

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ RUN pip install --upgrade google-api-python-client

# Install dependencies

RUN /bin/bash -l -c "echo 'deb http://packages.dotdeb.org wheezy-php55 all' \
>> /etc/apt/sources.list.d/dotdeb.list"
RUN /bin/bash -l -c "echo 'deb-src http://packages.dotdeb.org wheezy-php55 all' \
>> /etc/apt/sources.list.d/dotdeb.list"
RUN wget http://www.dotdeb.org/dotdeb.gpg -O- | apt-key add -

RUN apt-get update && apt-get install -y \
git php5 php5-dev phpunit unzip

Expand Down
6 changes: 0 additions & 6 deletions tools/dockerfile/test/multilang_jessie_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ RUN /bin/bash -l -c "nvm alias default 4"

# Install dependencies

RUN /bin/bash -l -c "echo 'deb http://packages.dotdeb.org wheezy-php55 all' \
>> /etc/apt/sources.list.d/dotdeb.list"
RUN /bin/bash -l -c "echo 'deb-src http://packages.dotdeb.org wheezy-php55 all' \
>> /etc/apt/sources.list.d/dotdeb.list"
RUN wget http://www.dotdeb.org/dotdeb.gpg -O- | apt-key add -

RUN apt-get update && apt-get install -y \
git php5 php5-dev phpunit unzip

Expand Down
6 changes: 0 additions & 6 deletions tools/dockerfile/test/php_jessie_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ RUN apt-get update && apt-get install -y time && apt-get clean

# Install dependencies

RUN /bin/bash -l -c "echo 'deb http://packages.dotdeb.org wheezy-php55 all' \
>> /etc/apt/sources.list.d/dotdeb.list"
RUN /bin/bash -l -c "echo 'deb-src http://packages.dotdeb.org wheezy-php55 all' \
>> /etc/apt/sources.list.d/dotdeb.list"
RUN wget http://www.dotdeb.org/dotdeb.gpg -O- | apt-key add -

RUN apt-get update && apt-get install -y \
git php5 php5-dev phpunit unzip

Expand Down

0 comments on commit 7b672f8

Please sign in to comment.