Skip to content

Commit 85467c7

Browse files
committed
Merge branch 'develop'
2 parents d722fdc + d0ae7c4 commit 85467c7

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
push: true
3535
file: ./docker/Dockerfile
36-
platforms: linux/amd64,linux/arm64,linux/arm/v7
36+
platforms: linux/amd64
3737
tags: |
3838
simondockerise/gsm:latest
3939
simondockerise/gsm:${{ steps.get_version.outputs.version }}

docker/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ RUN apt-get update && \
2020
# Install php extensions
2121
RUN install-php-extensions \
2222
pgsql \
23-
pdo \
2423
pdo_pgsql \
2524
gd \
2625
opcache \
2726
intl \
28-
zip \
29-
dom
27+
zip
3028

3129
# Install composer
3230
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer

0 commit comments

Comments
 (0)