Skip to content

Commit a36a46b

Browse files
authored
Merge pull request #1813 from dreamstarsky/fix/docker-ci-platform
fix(docker): issue #1780 about docker images platform
2 parents 8c485df + 897c345 commit a36a46b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM php:8.1-fpm-bookworm
1+
FROM php:8.1-fpm-bookworm
22

33
WORKDIR /usr/local/share/cypht
44

@@ -7,8 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
77
COMPOSER_HOME=/tmp/composer_home
88

99
# Install system packages and PHP extensions
10-
RUN --mount=type=cache,target=/var/cache/apt \
11-
set -eux \
10+
RUN set -eux \
1211
&& apt-get update \
1312
&& apt-get install -y --no-install-recommends \
1413
supervisor \

0 commit comments

Comments
 (0)