Skip to content

Instantly share code, notes, and snippets.

# Compile PHP with static linked dependencies
# to create a single running binary
FROM amazonlinux
ARG PHP_VERSION
RUN yum install \
autoconf \
automake \