Skip to content

Commit cbfc2e4

Browse files
committed
feat: try gcc
1 parent e654fd2 commit cbfc2e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM php:${PHP_VERSION}
44

55
WORKDIR /tmp
66

7-
RUN apt-get update && apt-get install -y --no-install-recommends \
7+
RUN CC=gcc apt-get update && apt-get install -y --no-install-recommends \
88
libpng-dev \
99
libmcrypt-dev \
1010
libzip-dev \

Dockerfile.apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM php:${PHP_VERSION}-apache
44

55
WORKDIR /tmp
66

7-
RUN apt-get update && apt-get install -y --no-install-recommends \
7+
RUN CC=gcc apt-get update && apt-get install -y --no-install-recommends \
88
libpng-dev \
99
libmcrypt-dev \
1010
libzip-dev \

0 commit comments

Comments
 (0)