Skip to content

Commit b0810e9

Browse files
committed
bcmath added as dep
Signed-off-by: Travis Glenn Hansen <[email protected]>
1 parent 451affd commit b0810e9

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- name: build prep
3535
id: build_prep
3636
run: |
37-
#git config --global --add safe.directory ${PWD}
3837
git config --global --add safe.directory /app
3938
4039
- name: application build

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.5.10
2+
3+
Released 2023-01-24
4+
5+
- container deps
6+
17
# v0.5.9
28

39
Released 2023-01-24

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN echo "I am running build on $BUILDPLATFORM, building for $TARGETPLATFORM"
77

88
RUN \
99
apk add --no-cache bzip2-dev \
10-
&& docker-php-ext-install bz2 pcntl \
10+
&& docker-php-ext-install bz2 pcntl bcmath \
1111
&& apk add --no-cache yaml-dev \
1212
&& apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \
1313
&& pecl install yaml \

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"ext-pcntl": "*",
1717
"ext-json": "*",
1818
"ext-bz2": "*",
19+
"ext-bcmath": "*",
1920
"travisghansen/kubernetes-controller-php": "0.1.*",
2021
"travisghansen/kubernetes-client-php": "0.3.*",
2122
"vlucas/phpdotenv": "^2.5",

0 commit comments

Comments
 (0)