Skip to content

Commit

Permalink
Fix templates
Browse files Browse the repository at this point in the history
  • Loading branch information
yashykt committed Jan 15, 2025
1 parent d84ba52 commit 2f95d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# Builds Dart interop server and client in a base image.
set -ex

git config --global --add safe.directory /var/local/jenkins/grpc-dart/.git
mkdir -p /var/local/git
git clone /var/local/jenkins/grpc-dart /var/local/git/grpc-dart

Expand Down
2 changes: 1 addition & 1 deletion templates/tools/dockerfile/php7_deps.include
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#=================
# PHP7 dependencies

RUN apt-get update && apt-get install -y php7.4 php-pear && apt-get clean
RUN apt-get update && apt-get install -y php7.4-dev php-pear && apt-get clean

0 comments on commit 2f95d97

Please sign in to comment.