Skip to content

Commit d61aed1

Browse files
committed
Adds build essentials to dockerfile
1 parent fcbd5f1 commit d61aed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV PHP_VERSION=${PHP_VERSION}
1212

1313
USER root
1414

15-
RUN apt-get update; apt install php${PHP_VERSION}-fpm msmtp curl libgcc-s1 -y && apt clean all; rm -rf /var/lib/apt/lists/*
15+
RUN apt-get update; apt install php${PHP_VERSION}-fpm msmtp curl build-essentials -y && apt clean all; rm -rf /var/lib/apt/lists/*
1616

1717
# Routine to install newrelic agent
1818
RUN \

0 commit comments

Comments
 (0)