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 beffa4d

Browse files
[Fix] Docker build failing
There was extra \ in line 2 of Dockerfile inside php so fixed it
1 parent b9a14dd commit beffa4d

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 によって変換されたページ (->オリジナル) /