Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 081fb51

Browse files
authored
Merge pull request #1 from mayank2yk/patch-1
[Fix] Docker build failing
2 parents b9a14dd + beffa4d commit 081fb51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎php/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM php:8-fpm-alpine
2-
LABEL Maintainer="Tobing <lumban.tobing.m@gmail.com>" \
2+
LABEL Maintainer="Tobing <lumban.tobing.m@gmail.com>"
33

44
RUN apk update && apk add curl && \
55
curl -sS https://getcomposer.org/installer | php \
@@ -14,4 +14,4 @@ RUN apk --no-cache add --virtual .build-deps $PHPIZE_DEPS \
1414
&& docker-php-ext-install gd intl pdo pdo_mysql mysqli pgsql pdo_pgsql zip opcache \
1515
&& docker-php-ext-enable opcache \
1616
&& docker-php-source delete \
17-
&& apk del .build-deps
17+
&& apk del .build-deps

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /