Skip to content

Commit

Permalink
Add Git binary (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
denistorresan authored Jul 4, 2024
1 parent 542372a commit dd6bc1f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions FrankenPHP.Alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ RUN apk update; \
curl \
wget \
nano \
git \
ncdu \
procps \
ca-certificates \
Expand Down
1 change: 1 addition & 0 deletions FrankenPHP.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ RUN apt-get update; \
curl \
wget \
nano \
git \
ncdu \
procps \
ca-certificates \
Expand Down
1 change: 1 addition & 0 deletions RoadRunner.Alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN apk update; \
curl \
wget \
nano \
git \
ncdu \
procps \
ca-certificates \
Expand Down
1 change: 1 addition & 0 deletions RoadRunner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ RUN apt-get update; \
curl \
wget \
nano \
git \
ncdu \
procps \
ca-certificates \
Expand Down
1 change: 1 addition & 0 deletions Swoole.Alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN apk update; \
curl \
wget \
nano \
git \
ncdu \
procps \
ca-certificates \
Expand Down
1 change: 1 addition & 0 deletions Swoole.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ RUN apt-get update; \
curl \
wget \
nano \
git \
ncdu \
procps \
ca-certificates \
Expand Down

0 comments on commit dd6bc1f

Please sign in to comment.