Skip to content

Commit

Permalink
change docker/template and re-run generate
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB committed May 13, 2020
1 parent 290d187 commit 912157f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/src/php/docker/php-future/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM php:7.4.0RC1-buster
FROM php:7.4.5-buster

RUN apt-get -qq update && apt-get -qq install -y ${'\\'}
autoconf automake git libtool pkg-config ${'\\'}
wget zlib1g-dev
valgrind wget zlib1g-dev

ARG MAKEFLAGS=-j8

Expand All @@ -29,4 +29,4 @@

<%include file="../pecl_ext_build_src.include" />

CMD ["/github/grpc/src/php/bin/run_tests.sh", "--skip-persistent-channel-tests"]
CMD ["/github/grpc/src/php/bin/run_tests.sh", "--skip-persistent-channel-tests", "--ignore-valgrind-undef-errors"]

0 comments on commit 912157f

Please sign in to comment.