Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
markaspot committed Feb 2, 2024
1 parent 7a4a53a commit 89244a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN apk add --no-cache \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j$(nproc) gd \
&& docker-php-ext-install exif \

&& apk del --no-cache .build-deps

# Copy custom php.ini
Expand Down

0 comments on commit 89244a5

Please sign in to comment.